SGI的STL源代码实现
SGI的STL源代码包括文档和代码。TheStandardTemplateLibrary,orSTL,isaC++libraryofcontainerclasses,algorithms,anditerators;itprovidesmanyofthebasicalgorithmsanddatastructuresofcomputerscience.TheSTLisagenericlibrary,meaningthatitscomponentsareheavilyparameterized:almosteverycomponentintheSTLisatem
下载地址
用户评论
有实现的部分,在stl_xxxxx.h的文件里面
有STL学习作用
差评,只有头文件 没有具体实现的,cpp文件
非常不错, 值得学习
怎么这里面只有头文件,没有具体算法的实现
很好的源码 值得学习
确定是源代码实现?只有头文件没有实现
不知道为何只有头文件?
只有头文件,没有源码实现,没啥参考价值。