Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

STL (68)

Categories:

Editor's Picks:

http://www.sgi.com/tech/stl/
» SGI's STL Programmer's Guide Open in a new browser windowEditor's Pick
   A freely available implementation of the C++ Standard Template Library, including hypertext documentation.
   http://www.sgi.com/tech/stl/
http://www.stlport.org/
» STLport.org Open in a new browser windowEditor's Pick
   A port of the original STL to many platforms. Derived from the SGI implementation, changes are incorporated regularly.
   http://www.stlport.org/

Sites:

ftp://ftp.hpl.hp.com/stl/stl.faq
» C++ STL FAQ [FTP] Open in a new browser window
   This FAQ deals with the containers, iterators, and algorithms sections of the C++ Standard, Clauses 23, 24 and 25.
   ftp://ftp.hpl.hp.com/stl/stl.faq
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
» C++ Standard Library Active Issues List Open in a new browser window
   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.
   http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
http://www.dinkumware.com/manuals/
» Dinkum C/C++ Library Reference Open in a new browser window
   A reference for the library delivered with Microsoft Visual C++.
   http://www.dinkumware.com/manuals/
http://www.dinkumware.com/
» Dinkumware, Ltd. Open in a new browser window
   The makers of the STL library included in Microsoft's VC.
   http://www.dinkumware.com/
http://angelikalanger.com/Articles/CUJ.html
» Effective Standard C++ Library Open in a new browser window
   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.
   http://angelikalanger.com/Articles/CUJ.html
http://www.nongnu.org/stlfreedoc/
» Free words concerning STL Open in a new browser window
   A documentation of the C++ standard template library under the Free Documentation License.
   http://www.nongnu.org/stlfreedoc/
http://www.cs.rpi.edu/~musser/stl-bigger-example.html
» Genealogy Display Program Open in a new browser window
   A Larger Example of Use of STL
   http://www.cs.rpi.edu/~musser/stl-bigger-example.html
http://www.infosun.fim.uni-passau.de/GTL/
» Graph Template Library (GTL) Open in a new browser window
   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.
   http://www.infosun.fim.uni-passau.de/GTL/
ftp://ftp.cs.rpi.edu/pub/stl/
» HP STL Open in a new browser window
   Provides the HP Implementation of the STL and some articles and documentation [FTP].
   ftp://ftp.cs.rpi.edu/pub/stl/
http://www.stlport.org/resources/StepanovUSA.html
» Interview with A. Stepanov Open in a new browser window
   The creator of the STL gave an interview.
   http://www.stlport.org/resources/StepanovUSA.html
http://angelikalanger.com/Conferences/Slides/CppInvalidIterators-DevConnections-2002.pdf
» Invalidation of STL Iterators Open in a new browser window
   Offers a course that looks into one of the surprises related to use of iterators: invalidation.
   http://angelikalanger.com/Conferences/Slides/CppInvalidIterators-DevConnections-2002.pdf
http://www.syncdata.it/stlce/
» Port of the SGI STL to Microsoft Windows CE compilers Open in a new browser window
   A port of the SGI STL to the embedded platform. Provides information about the port and download of the ported source-code.
   http://www.syncdata.it/stlce/
http://www.recursionsw.com/Products/cplusplus.html
» Recursion Software, Inc. - C++ ToolKits Open in a new browser window
   Provides portable class libraries for use with the ANSI/ISO C++ Standard Library.
   http://www.recursionsw.com/Products/cplusplus.html
http://www.bdsoft.com/tools/stlfilt.html
» STL Error Decryptor for Visual C++ Open in a new browser window
   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]
   http://www.bdsoft.com/tools/stlfilt.html
http://www.visionx.com/mfcpro/kbstl.htm
» STL examples at support.microsoft.com Open in a new browser window
   Includes a list of samples by Microsoft, that show how to use the STL.
   http://www.visionx.com/mfcpro/kbstl.htm
http://users.libero.it/g.govi/index.html
» STL foreMbedded Visual C++ Open in a new browser window
   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).
   http://users.libero.it/g.govi/index.html
http://stlplus.sourceforge.net/
» STLplus Open in a new browser window
   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 portab
   http://stlplus.sourceforge.net/
http://www.horstmann.com/safestl.html
» Safe STL Open in a new browser window
   An enhancement for the STL that tries to catch many typical STL programming errors.
   http://www.horstmann.com/safestl.html
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.8293
» The Matrix Template Library: A Unifying Framework for Numerical Linear Algebra Open in a new browser window
   Presents a unified approach for expressing high performance numerical linear algebra routines for a class of dense and sparse matrix formats and shapes.
   http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.8293
http://www.zib.de/weiser/vtl/
» VTL Views Template Library Open in a new browser window
   Container adaptors for use with STL standard containers. Filters, and transforms of data without copying.
   http://www.zib.de/weiser/vtl/
http://www.zeta.org.au/~jon/STL/views/doc/views.html
» Views Open in a new browser window
   Extends the Standard Template Library by adding template classes that define views.
   http://www.zeta.org.au/~jon/STL/views/doc/views.html
http://en.wikipedia.org/wiki/Standard_Template_Library
» Wikipedia - Standard Template Library Open in a new browser window
   The entry in the online encyclopedia briefly describes the STL.
   http://en.wikipedia.org/wiki/Standard_Template_Library
http://www.codeproject.com/vcpp/stl/ptr_vecto.asp
» ptr_vector - A Container For Pointers Open in a new browser window
   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.
   http://www.codeproject.com/vcpp/stl/ptr_vecto.asp
http://ustl.sourceforge.net/
» uSTL Open in a new browser window
   A micro-STL that implements parts of the STL specification intended to reduce code size of the derivative programs.
   http://ustl.sourceforge.net/

This category needs an editor

Last Updated: 2008-09-08 17:30:43



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

The content of this directory is based on the Open Directory and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org