Mac 執行 C/C++

gary-liu發表於2017-02-13

Mac 自帶的有自己的 g++ 程式

示例

例如新建個檔案 mytest.cpp

編譯


g++ -o test mytest.cpp

編譯後生成 mytest 的可執行檔案

執行


./mytest

相關文章