C++ Essential 个人总结(三)
摘要:
第三章 泛型编程风格 Standard Template Library(STL)主要由两种组件构成:一是容器(container),包括vector、list、set、map等类,另一种组件时用以操作这些容器的所谓泛型算法(generic algorithm),包括find(),sort(),re 阅读全文
posted @ 2021-02-15 22:18 森艾雅 阅读(203) 评论(0) 推荐(0)