linux之helloWorld

用到的Linxu命令 ls - 當前路徑下的目錄項 mkdir - 創建子目錄 vi - 編寫hello.c gcc/g++ - 編譯器編譯源代碼 cd - 切換位置 sudo apt install g++/gcc - 下載編譯器 圖形顯示 vim編輯文件: (1) i:插入模式 (2)Esc + :wq:保存並退出 g++編譯.c 接着Bash輸入 ./hello 效果如下: gcc認爲.c的
相關文章
相關標籤/搜索