摘要: # 🏅vector [容器相关参考](https://en.cppreference.com/w/cpp/container) ### vector的构建 ```cpp //默认无参构造,此时v无法通过[]操作符访问,会造成内存访问越界 std::vector v; //预申请内存方式构建,此时v 阅读全文
posted @ 2023-08-13 19:37 DumoIO 阅读(25) 评论(0) 推荐(0) 编辑
摘要: # 🏅Thread c++11 引入标准库std::thread,来扩展c++对多线程方面的支持 [参考文献一](https://subingwen.cn/cplusplus/#C-11) [参考文献二](https://paul.pub/cpp-concurrency/) [参考文献三](htt 阅读全文
posted @ 2023-08-13 19:32 DumoIO 阅读(162) 评论(0) 推荐(0) 编辑
摘要: # c++11/14/17新特性 [参考](https://www.cnblogs.com/feng-sc/p/5710724.html) [C++11系列-什么是C++11](http://towriting.com/blog/2013/08/01/what-is-cpp11/) [大丙教程](h 阅读全文
posted @ 2023-08-11 22:30 DumoIO 阅读(112) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示