免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1216 | 回复: 1
打印 上一主题 下一主题

有关在linux和windows下编程的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-13 20:01 |只看该作者 |倒序浏览
我是新手,刚刚接触linux,找了一本c++ 的书看了一点,里边给了很多例子

我就试了几个,原封不动的抄上的,在windows下用Borland 编译成功的代码

在linux gcc里就成功不了,不是这毛病就是那问题,好象是函数库不太一样的原因,

我是新手阿 ,不懂,瞎说,恳请大家帮忙,到现在为止就编译成功过一段代码

Hello World 那段,晕阿,快疯了
In file included from /usr/include/c++/3.2.2/backward/iostream.h:31,
                 from sunday.cpp:1:
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples
include substituting the <X>; header for the <X.h>; header for C++ includes, or <sstream>; instead of the deprecated header <strstream.h>;. To disable this warning
use -Wno-deprecated.
sunday.cpp:4: `main' must return `int'
尤其是最后一句,好象是经常能看到差不多的

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2005-04-13 20:30 |只看该作者

有关在linux和windows下编程的问题

首先你要
#include <iostream>;
using namespace std;

然后呢,main函数是这样的:
int main(int argc,  char *argv[]);

为什么,请google。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP