Domain Tools

Welcome  Guest! Login/Join

Sponsored Ads
Google
Cheap VPS Hosting Registrant Search     Sponsor DomainTools
DomainTools Blog: Aftermarket.com Auction at T.R.A.F.F.I.C. Down Under - Posted 9 hours ago - 2 comments

Main Content

Stl


Directory > Computers > Programming > Languages > C++ > Class_Libraries > STL

Articles (17)Books (16)FAQs,_Help,_and_Tutorials (13)
Resources (3)


173 Listings - DR (10/10)173 Listings - DR (10/10) C++ STL FAQ [FTP] - ftp://ftp.hpl.hp.com/stl/stl.faq
This FAQ deals with the containers, iterators, and algorithms sections of the C++ Standard, Clauses 23, 24 and 25.
65 Listings - DR (9/10)65 Listings - DR (9/10) SGI's STL Programmer's Guide - http://www.sgi.com/tech/stl/
A freely available implementation of the C++ Standard Template Library, including hypertext documentation.
890 Listings - DR (9/10)890 Listings - DR (9/10) Using the Standard Template Library With OCF/OWL - http://ourworld.compuserve.com/homepages/John_Maddock/stl.htm
Describes how to use the standard template library with Borland OWL.
On Target - DR (9/10)On Target - DR (9/10) Safe STL - http://www.horstmann.com/safestl.html
An enhancement for the STL that tries to catch many typical STL programming errors.
30 Listings - DR (7/10)30 Listings - DR (7/10) ptr_vector - A Container For Pointers - http://www.codeproject.com/vcpp/stl/ptr_vecto.asp
ptr_vector is a convenient STL-compliant vector for pointers. In essence, ptr_vector lets you treat a vector of pointers as if it were a vector of values. Description and source-code download.
24 Listings - DR (6/10)24 Listings - DR (6/10) Views - http://www.zeta.org.au/~jon/STL/views/doc/views.html
Extends the Standard Template Library by adding template classes that define views.
135 Listings - DR (6/10)135 Listings - DR (6/10) HP STL - ftp://ftp.cs.rpi.edu/pub/stl/
Provides the HP Implementation of the STL and some articles and documentation [FTP].
135 Listings - DR (6/10)135 Listings - DR (6/10) Genealogy Display Program - http://www.cs.rpi.edu/~musser/stl-bigger-example.html
A Larger Example of Use of STL
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) STLplus - http://stlplus.sourceforge.net/
STL+ is a collection of reusable C++ components for developers already familiar with the STL. It includes abstract data types to extend the STL, reusable components, data persistence and portability components. The collection is general-purpose and portable between Windows and Unix platforms. [Open source, BSD License]
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) uSTL - http://ustl.sourceforge.net/
A micro-STL that implements parts of the STL specification intended to reduce code size of the derivative programs.
31 Listings - DR (5/10)31 Listings - DR (5/10) VTL Views Template Library - http://www.zib.de/weiser/vtl/
Container adaptors for use with STL standard containers. Filters, and transforms of data without copying.
997 Listings - DR (4/10)997 Listings - DR (4/10) The Matrix Template Library: A Unifying Framework for Numerical Linear Algebra - http://citeseer.ist.psu.edu/171850.html
Presents a unified approach for expressing high performance numerical linear algebra routines for a class of dense and sparse matrix formats and shapes.
On Target - DR (3/10)On Target - DR (3/10) STL examples at support.microsoft.com - http://www.visionx.com/mfcpro/kbstl.htm
Includes a list of samples by Microsoft, that show how to use the STL.
11 Listings - DR (3/10)11 Listings - DR (3/10) C++ Standard Library Active Issues List - http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
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.
On Target - DR (3/10)On Target - DR (3/10) STL Error Decryptor for Visual C++ - http://www.bdsoft.com/tools/stlfilt.html
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]
7 Listings - DR (3/10)7 Listings - DR (3/10) Recursion Software, Inc. - C++ ToolKits - http://www.recursionsw.com/Products/cplusplus.html
Provides portable class libraries for use with the ANSI/ISO C++ Standard Library.
On Target - DR (2/10)On Target - DR (2/10) Dinkumware, Ltd. - http://www.dinkumware.com/
The makers of the STL library included in Microsoft's VC.
On Target - DR (2/10)On Target - DR (2/10) Dinkum C/C++ Library Reference - http://www.dinkumware.com/manuals/
A reference for the library delivered with Microsoft Visual C++.
3,752 Listings - DR (2/10)3,752 Listings - DR (2/10) STL foreMbedded Visual C++ - http://users.libero.it/g.govi/index.html
STL adaptation for eMbedded Visual C++. It is designed to work with Windows CE devices, such as H/PCs, Palm-sized PCs and Pocket PCs, and it is based on SGI's STL (3.3).
On Target - DR (2/10)On Target - DR (2/10) Interview with A. Stepanov - http://www.stlport.org/resources/StepanovUSA.html
The creator of the STL gave an interview.
On Target - DR (2/10)On Target - DR (2/10) STLport.org - http://www.stlport.org/
A port of the original STL to many platforms. Derived from the SGI implementation, changes are incorporated regularly.
47 Listings - DR (2/10)47 Listings - DR (2/10) Free words concerning STL - http://www.nongnu.org/stlfreedoc/
A documentation of the C++ standard template library under the Free Documentation License.
7,463 Listings - DR (2/10)7,463 Listings - DR (2/10) Wikipedia - Standard Template Library - http://en.wikipedia.org/wiki/Standard_Template_Library
The entry in the online encyclopedia briefly describes the STL.
On Target - DR (0/10)On Target - DR (0/10) Effective Standard C++ Library - http://angelikalanger.com/Articles/CUJ.html
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.
On Target - DR (0/10)On Target - DR (0/10) Invalidation of STL Iterators - http://angelikalanger.com/Conferences/Slides/CppInvalidIterators-DevConnections-2002.pdf
Offers a course that looks into one of the surprises related to use of iterators: invalidation.
57 Listings - DR (0/10)57 Listings - DR (0/10) Graph Template Library (GTL) - http://www.infosun.fmi.uni-passau.de/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.
On Target - DR (0/10)On Target - DR (0/10) Port of the SGI STL to Microsoft Windows CE compilers - http://www.syncdata.it/stlce/
A port of the SGI STL to the embedded platform. Provides information about the port and download of the ported source-code.

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Domain Tools analysis of DMOZ top listed domains