linux上的第一个c语言程序
摘要:1、编辑源文件 输入命令如下: root@ubuntu:/home/amy# vi hello.c 文件内容如下: #include int main() { printf("hello world!\r\n"); }2、编译hello.c文件 root@ubuntu:/...
阅读全文
posted @ 2014-07-25 17:18
posted @ 2014-07-25 17:18
posted @ 2014-07-22 10:00
posted @ 2014-07-21 21:08
posted @ 2014-07-18 17:46
posted @ 2014-07-18 17:26
posted @ 2014-07-07 09:26
posted @ 2014-07-03 16:25