📅  最后修改于: 2022-03-11 14:44:57.154000             🧑  作者: Mango
//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) )