当前位置:网站首页>[Error] ‘vector‘ was not declared in this scope

[Error] ‘vector‘ was not declared in this scope

2022-06-21 17:27:00 xqlily

c++ Add... To the program The header file #include <vector>

vector Usage of :

Define a list of string types

vector<string> strList;

原网站

版权声明
本文为[xqlily]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/172/202206211408217380.html