当前位置: 技术问答>linux和unix
给点linux下的c程序的简单例子
来源: 互联网 发布时间:2015-01-18
本文导语: 希望能用gcc编译,运行后有结果显示在屏幕上 我想知道它是怎么入口的 | include main() { printf ("Hello World!n"); } | :)) 画蛇添个足:(假设storein所写的程序为hello.c) gcc -o hello...
希望能用gcc编译,运行后有结果显示在屏幕上
我想知道它是怎么入口的
我想知道它是怎么入口的
|
include
main()
{
printf ("Hello World!n");
}
main()
{
printf ("Hello World!n");
}
|
:))
画蛇添个足:(假设storein所写的程序为hello.c)
gcc -o hello hello.c
编译生成可执行文件hello
./hello运行即可。
其实linux下的程序基本上都可以看到源代码,所以例子是海量的。
画蛇添个足:(假设storein所写的程序为hello.c)
gcc -o hello hello.c
编译生成可执行文件hello
./hello运行即可。
其实linux下的程序基本上都可以看到源代码,所以例子是海量的。
|
跟写普通C没什么区别。
中国超级注册码搜索引擎 search.hihacker.net.ru
中国超级注册码搜索引擎 search.hihacker.net.ru