摘要: 1. c#容器。及性能比较。 https://blog.csdn.net/chen8238065/article/details/47018271/ 2. IList list 3. AddRange() 4. var关键字 5. list的linq操作 https://www.cnblogs.co 阅读全文
posted @ 2020-06-25 22:18 风影我爱罗 阅读(126) 评论(0) 推荐(0)
摘要: 1. 智能指针 std::shared_ptr 2. STL(标准模板库)。容器,算法,其他组件(迭代器)集合。容器的底层实现。 3. auto关键字 4. 数据结构:数组、队列、堆、栈、链表、树、图 5. push_back() insert() 效率比较 6. reserve分配 resize比 阅读全文
posted @ 2020-06-25 21:30 风影我爱罗 阅读(85) 评论(0) 推荐(0)