当前位置: 技术问答>linux和unix
一个非常简单的问题?
来源: 互联网 发布时间:2015-02-24
本文导语: 一个非常简单的程序: #include main() { printf("hello linux!"); } 存成文件名为test.c 用gcc -o test test.c 编译,编译通过,但没有结果!请问是什么原...
一个非常简单的程序:
#include
main()
{
printf("hello linux!");
}
存成文件名为test.c
用gcc -o test test.c 编译,编译通过,但没有结果!请问是什么原因?
#include
main()
{
printf("hello linux!");
}
存成文件名为test.c
用gcc -o test test.c 编译,编译通过,但没有结果!请问是什么原因?
|
望加'n'了,哈哈哈!!!
|
1)望加'n'了
2)#include
#include
using namespace std;
main()
{
printf("hello linux!n");
}
编译: g++ test.c
执行: ./a.out
2)#include
#include
using namespace std;
main()
{
printf("hello linux!n");
}
编译: g++ test.c
执行: ./a.out
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。