1.STL的一些程序在g++下可以编译,而在gcc下通不过,识别不了list, vect等对象? solve: gcc可以编译,加上-lstdc++ 即用如下命令 gcc -lstdc++ filename.cpp -o outfilename