C++课堂笔记
第三周容器字符串 std::stringstring s = “abc”
substr
erase
find
vectorvector vec(10,5)// int present the type of the element in vector
2 d vectorvector <vector> vec = { {…}, {…}, {…}}vector[]vector.atfrontbackpop_back();push_back(int num);vec.erase(int index, int length);vec.insert()
map 有序map函数map<string,int> m{{“CPU”,10},{“GPU”,15},{“RAM”,20},}m[“CPU”] = 25; //赋值语句sizeearseempty…
set 无序可重复count 出现多少次find 获取某个元素出现的位置(返回一个迭代器)
auto 类型简化书写(可以用来接迭代器
qu ...
Hello World!
Welcome to 掠金!
友情链接菜鸡和他的大佬朋友们
Charlie
佬
nboxff
佬
quas-modo
佬