g++ (源代码) -o (程序名字)
例子:
g++ test.cpp -o test,那么结果就是在文件目录下会生成test.exe
如果是 g++ test.cpp -o haliluya, 那么结果就是在文件目录下会生成haliluya.exe
-o的o是英文字母o