怎样在linux下编写C程序并编译执行
摘要:一、Hello, world!在linux下输入:(以hello.c为例)首先选中文件要保存的路径(如:cd work)vi hello.c(要编辑的文件名)输入程序:# includeint main(void) { printf("hello,world!\n"); return 0; 注:re...
阅读全文
posted @ 2014-08-27 10:35
posted @ 2014-08-27 10:35
posted @ 2013-12-15 22:30
posted @ 2013-12-12 09:24
posted @ 2013-12-08 22:58
posted @ 2013-12-08 12:41