vector 运用C++Builder6中 我就写了一句vector<int> text;报错Undefined symbol 'vector'是不是少加了什么头文件声明,第一次用不知道额。[解决办法]include <vector>using std::vector;