Skip to Content

还是GCC 问题!! 急求高手指教,感激不尽!

# g++ -o snnt snnt.cpp
snnt.cpp:4: error: ‘::main’ must return ‘int’

这是我机子上编译 c++时的显示!

# gcc -o open open.c
open.c:1:9: error: #include expects "FILENAME" or <FILENAME>
open.c: In function ‘main’:
open.c:6: warning: incompatible implicit declaration of built-in function ‘printf’

这是编译c 时的显示! 请高手指点!


问题补充: 我写的那些程序在windows上可以编译成功呀!!!
#487
labrador 的头像
这个提示说明你的gcc已经安装成功了,但你写的程序语法有问题。
#501
我写的那些程序在windows上可以编译!
你看是不是还有别的地方要设置???
#502
还有,我在写c 的时候前面不能加 #include 和掉用的函数库,你们看是不是函数库没有链接?

还有 c++ 根本不能编译,定一个最基本的输出语句也不能编译!! 大家看看是那里的问题!! 谢谢!!
#503
# g++ snnt.cpp
snnt.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
snnt.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
snnt.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#507
labrador 的头像
这个g++的错误提示已经说得很清楚了,snnt.cpp的第1,2,3行的#include语句语法有错误,检查一下程序。
#509
麻烦高手给我写个间单的c++ 程序 !! 我在试试看能不能编译!! 我是新手,语法不清楚!
#511
labrador 的头像
#include <stdio.h>
int main() {
    printf("Hello, world!");
    return 0;
}
#1012
搞定拉,多谢拉,正在找gcc教程,呵呵,大家一起努力

发表新评论

  • 你可以在文本中使用BBCode标记语言。 URL会自动被转为链接。

更多关於格式化选项的信息

CAPTCHA
请验证您是否是机器人。
Image CAPTCHA
Enter the characters shown in the image.