
|
|
|
|
Home / Computers / Programming / Languages / C++ / Class Libraries / STL
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- An Overview of The Standard Template Library - A more high level description of the concepts of the STL.
www.cs.rpi.edu/~wiseb/xrds/ovp2-3b.html
- C++ Standard Library Active Issues List - The Working Group 21 provides a list of issues that are known in the current Definition of the C++ Standard Library. Also a list of defects is provided.
anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
- C++ Standard-Library and STL - A comparison of different STL implementations. Covers RogueWave, ObjectSpace, SGI and vendor provided implementations.
www.ep1.ruhr-uni-bochum.de/~marcel/stl/stl.html
- C++ STL FAQ [FTP] - This FAQ deals with the containers, iterators, and algorithms sections of the C++ Standard, Clauses 23, 24 and 25.
ftp://butler.hpl.hp.com/stl/stl.faq
- Digging into STL Iterators - A discussion about STL iterators, how they were designed and how they perform compared to different design aproaches.
www.devx.com/free/mgznarch/vcdj/1999/febmag99/stliterators1.asp
- Dinkum C/C++ Library Reference - A reference for the library delivered with Microsoft Visual C++.
www.dinkumware.com/htm_cpl/index.html
- Dinkumware, Ltd. - The makers of the STL library included in Microsoft's VC.
www.dinkumware.com
- Effective Standard C++ Library - Provides pointers to articles about how to use STL features, published in C++ Report and C/C++ Users Journal. Also a list of book reviews is provided.
www.langer.camelot.de/Articles/Articles.htm#CUJ
- Genealogy Display Program - A Larger Example of Use of STL
www.cs.rpi.edu/~musser/stl-bigger-example.html
- Graph Template Library (GTL) - An Extension of the STL with datastructures for graphs. GTL is a platform independent and extendible C++ library. It is free of charge for non-commercial use.
www.infosun.fmi.uni-passau.de/GTL
- HP STL - Provides the HP Implementation of the STL and some articles and documentation [FTP].
ftp://ftp.cs.rpi.edu/pub/stl
- IBM OS/390 C/C++ -> Standard Template Library - IBMs page about STLport under OS/390
www-4.ibm.com/software/ad/c390/cmvsstlp.htm
- Invalidation of STL Iterators - Offers a course that looks into one of the surprises related to use of iterators: invalidation.
www.langer.camelot.de/Conferences/InvalidIterators.htm
- ObjectSpace - Provides portable class libraries for use with the ANSI/ISO C++ Standard Library.
www.objectspace.com
- Port of the SGI STL to Microsoft Windows CE compilers - A port of the SGI STL to the embedded platform. Provides information about the port and download of the ported source-code.
www.syncdata.it/stlce
- QA-Systems Effective STL Programming Training - Offers Training curses for STL programming.
www.qasystems.nl/training/c++/software_cpp_eff_stl.jsp
- Rogue Wave C++ Library Online Documentation - The complete documentaion of the C++ Library from Rogue Wave is available here.
www.roguewave.com/support/docs/stdref
- Rogue Wave C++ Library User Guide and Tutorial - The complete User Guide and Tutorial of the C++ Library from Rogue Wave is available here.
www.roguewave.com/support/docs/stdug
- RogueWave Standard C++ Library - Documentation for the Standard C++ Library, Data Structures and Algorithms, String, Complex, and Numeric Limits, Iostreams and Locale.
www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm
- Safe STL - An enhancement for the STL that tries to catch many typical STL programming errors.
www.horstmann.com/safestl.html
- SPC Seminar Series - Effective STL Programming - This seminar will give you a detailed examination of the factors that affect the performance of C++ software. Provided by Scott Meyers, author of "Effective STL".
www.spc.ca/training/public/effectivestl.htm
- Standard Template Library Reference - The STL Online Reference Home Page at Rensselaer Polytechnic Institute.
www.cs.rpi.edu/projects/STL/htdocs/stl.html
- STL Error Decryptor for Visual C++ - A set of tools to shorten the length of VC++ 6/7 STL-related error messages, allowing essential information to fit in status bar at the bottom of the Visual Studio IDE. [Freeware]
www.bdsoft.com/tools/stlfilt.html
- STL examples at support.microsoft.com - Contains a list of samples by Microsoft, that show how to use the STL.
www.visionx.com/mfcpro/kbstl.htm
- STL Test Suite - A set of 225 tests to check conformance of C++ compilers and libraries to the ISO Standard.
petef.port5.com/cpp/stltest.html
- STL-Compatible Compilers List - List of compiliers that support the STL
shamir.ebizlab.hit.bme.hu/docs/programming/C++/STL/compatibility.html
- The Matrix Template Library: A Unifying Framework for Numerical Linear Algebra - Presents a unified approach for expressing high performance numerical linear algebra routines for a class of dense and sparse matrix formats and shapes.
citeseer.nj.nec.com/171850.html
- Using the Standard Template Library With OCF/OWL - Describes how to use the standard template library with Borland OWL.
ourworld.compuserve.com/homepages/John_Maddock/stl.htm
- Views - Extends the Standard Template Library by adding template classes that define views.
www.zeta.org.au/~jon/STL/views/doc/views.html
- VTL Views Template Library - Container adaptors for use with STL standard containers. Filters, and transforms of data without copying.
www.zib.de/weiser/vtl
- SGI's STL Programmer's Guide - A freely available implementation of the C++ Standard Template Library, including hypertext documentation.
www.sgi.com/tech/stl
- STLport.org - A port of the original STL to many platforms. Derived from the SGI implementation, changes are incorporated regularly.
www.stlport.org
|
|
|
|
|