📁 斯特尔
STL or Standard Template Library is a set of template classes that are contained as integral part of the current C++ Standard. The Standard describes in detail a set of containers, iterators and other functionality that implementations of the STL need to provide. There are already a few implementations available, some free, some commercial. More and more developers are using the STL because a lot of basic work is already done, tested and proved with nearly optimal performance and can be reused over and over again.
条目 (3+)
A Garbage Collection Framework for C++
http://www.codeproject.com/Articles/912/A-garbage-collection-framework-for-C
A Garbage Collection Framework for C++, Part II
http://www.codeproject.com/Articles/938/A-garbage-collection-framework-for-C-Part-II
A Generic Non-intrusive Smart Pointer Implementation
http://www.justsoftwaresolutions.co.uk/articles/genericptr.pdf