Ale*_*lex -2 c++ gcc vector
我在OS X下使用gcc,我收到一个错误
fatal error: 'vector' file not found
当试图包含矢量实现时.其他包括喜欢
#include <stdio.h> #include <stdlib.h>
在工作中.矢量文件位于何处?
Ris*_*ani 6
vector 不是C的一部分.您必须使用C++.
vector
尝试使用g++而不是编译gcc
g++
gcc
归档时间:
9 年,2 月 前
查看次数:
4167 次
最近记录: