回复:正在学C语言(Brian的第二版),OS是Redhat 9

Emacs是一个编辑程序(editor),跟C语言没多大关系。
(1).写程序
cat hello.c
main(){
printf("Hello, world!\\n");
}
EOF
(2).编译
gcc -o hello hello.c
(3).运行程序
./hello

所有跟帖: 

回复:回复:正在学C语言(Brian的第二版),OS是Redhat 9 -到一道- 给 到一道 发送悄悄话 (6 bytes) () 09/12/2009 postreply 15:03:47

请您先登陆,再发跟帖!