G++ 编译多个源文件

g++ -c *.cppspa

g++ graph.o maxflow.o test.o -o test  // 连接顺序必须写对test

相关文章
相关标签/搜索