G++ 編譯多個源文件

g++ -c *.cppspa

g++ graph.o maxflow.o test.o -o test  // 連接順序必須寫對test

相關文章
相關標籤/搜索