📁 斯特尔

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.

条目 (17+)
全部 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
The CGI Resource Index: Programs and Scripts: C and C++
http://cgi.resourceindex.com/programs_and_scripts/c_and_c++/
👍 0 详情 链接
Use of the Debugger in Visual C++
http://www.hermetic.ch/cfunlib/debug.htm
👍 0 详情 链接
Hello, World program
http://www2.latech.edu/~acm/helloworld/visualc++.html
👍 0 详情 链接
WndTabs
http://www.wndtabs.com/
👍 0 详情 链接
A Garbage Collection Framework for C++
http://www.codeproject.com/Articles/912/A-garbage-collection-framework-for-C
👍 0 详情 链接
A Garbage Collection Framework for C++, Part II
http://www.codeproject.com/Articles/938/A-garbage-collection-framework-for-C-Part-II
👍 0 详情 链接
Smart Pointers
http://www.informit.com/articles/article.aspx?p=25264
👍 0 详情 链接
C++ Memory and Resource Management
http://www.informit.com/articles/article.aspx?p=30642
👍 0 详情 链接
Smart Pointers in C++
http://www.informit.com/articles/article.aspx?p=31529
👍 0 详情 链接
Memory Hygiene in C and C++: Safe Programming with Risky Data
http://www.informit.com/articles/article.aspx?p=169586
👍 0 详情 链接
A Generic Non-intrusive Smart Pointer Implementation
http://www.justsoftwaresolutions.co.uk/articles/genericptr.pdf
👍 0 详情 链接
C++ Memory Management: From Fear to Triumph, Part 1
http://www.linuxdevcenter.com/pub/a/linux/2003/05/08/cpp_mm-1.html
👍 0 详情 链接
C++ Memory Management: From Fear to Triumph, Part 3
http://www.linuxdevcenter.com/pub/a/linux/2003/08/07/cpp_mm-3.html
👍 0 详情 链接
"Pure Virtual Function Called": An Explanation
http://www.artima.com/cppsource/pure_virtual.html
👍 0 详情 链接
The Rule of The Big Two
http://www.artima.com/cppsource/bigtwo.html
👍 0 详情 链接
C++ Memory Management: From Fear to Triumph, Part 2
http://www.linuxdevcenter.com/pub/a/linux/2003/06/19/cpp_mm-1.html
👍 0 详情 链接