Linux下用C語言最基本的程序開發與調試

1.建一個目錄 2.寫代碼,建一個hello.c文件 代碼: view plain copy to clipboard print ? #include"stdio.h" main() { printf("HelloLinux.\n") } #include "stdio.h" main() { printf("Hello Linux.\n") } 記得最後一定要換行 3.編譯 gcc-ohell
相關文章
相關標籤/搜索