📜  通过控制台编译 c++ 和 c - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:57.154000             🧑  作者: Mango

代码示例1
//mingw compiler
//write in cmd for c++
g++ (path of the cpp file) -o (path of the cpp file but delete the ".cpp" and replace it by exe or the type that you want) )