日期:2014-05-16  浏览次数:20713 次

一个简单的linux环境下C编译
shell打开:ctrl+alt+t
新建:mkdir c_code
      新建记事本编辑器:gedit hello.c
编译:gcc hello.c -o hello
运行:./hello