ubuntu C++的編寫,調試,運行全過程

(1)在你特定的文件下,建立C++文件,命令:touch test_wenjian.cpp(C++後綴) (2)編寫C++程序,命令:gedit test_wenjian.cpp (3)編譯、調試C++程序,命令:g++ test_wenjian.cpp -o test (4)運行C++程序:命令:./test_wenjian 參考博客:https://blog.csdn.net/lindamtd
相關文章
相關標籤/搜索