jasminecorp.net directory
Updated Blogs
Computer Support Blog
Essensial Software for Web Based Support
HP Server and Desktop
HP ILO - Remote Tech-Support Software
More .....



 
 

| Add Search | Advertise With JCSearch | Suggest a Site

Search the Web


Search Results

STL
Directory > Computers > Programming > Languages > C++ > Class Libraries > STL

Categories
 
Articles (17) Resources (8) Tutorials (24)
Books (32)

Web Sitesi

Wikipedia - Standard Template Library
The entry in the online encyclopedia briefly describes the STL.
http://en.wikipedia.org/wiki/Standard_Template_Library
Reviews Rating: Not yet Rated Whois Check

IBM OS/390 Official STLport support page
Information about the STL on the IBM OS/390 - Unix System Services operating platform.
http://www-3.ibm.com/software/awdtools/c390/features/cmvsstlp.html
Reviews Rating: Not yet Rated Whois Check

Interview with A. Stepanov
The creator of the STL gave an interview.
http://www.stlport.org/resources/StepanovUSA.html
Reviews Rating: Not yet Rated Whois Check

uSTL
A micro-STL that implements parts of the STL specification intended to reduce code size of the
derivative programs.

http://ustl.sourceforge.net/
Reviews Rating: Not yet Rated Whois Check

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
Reviews Rating: Not yet Rated Whois Check

Digging into STL Iterators
A discussion about STL iterators, how they were designed and how they perform compared to different
design aproaches.

http://archive.devx.com/free/mgznarch/vcdj/1999/febmag99/stliterators1.asp
Reviews Rating: Not yet Rated Whois Check

SGI's STL Programmer's Guide
A freely available implementation of the C++ Standard Template Library, including hypertext
documentation.

http://www.sgi.com/tech/stl/
Reviews Rating: Not yet Rated Whois Check

STL-Compatible Compilers List
List of compiliers that support the STL
http://shamir.ebizlab.hit.bme.hu/docs/programming/C++/STL/compatibility.html
Reviews Rating: Not yet Rated Whois Check

Dinkum C/C++ Library Reference
A reference for the library delivered with Microsoft Visual C++.
http://www.dinkumware.com/htm_cpl/index.html
Reviews Rating: Not yet Rated Whois Check

Standard Template Library Reference
The STL Online Reference Home Page at Rensselaer Polytechnic Institute.
http://www.cs.rpi.edu/projects/STL/htdocs/stl.html
Reviews Rating: Not yet Rated Whois Check

Views
Extends the Standard Template Library by adding template classes that define views.
http://www.zeta.org.au/~jon/STL/views/doc/views.html
Reviews Rating: Not yet Rated Whois Check

Genealogy Display Program
A Larger Example of Use of STL
http://www.cs.rpi.edu/~musser/stl-bigger-example.html
Reviews Rating: Not yet Rated Whois Check

Using the Standard Template Library With OCF/OWL
Describes how to use the standard template library with Borland OWL.
http://ourworld.compuserve.com/homepages/John_Maddock/stl.htm
Reviews Rating: Not yet Rated Whois Check

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.

http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
Reviews Rating: Not yet Rated Whois Check

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".

http://www.spc.ca/training/public/effectivestl.htm
Reviews Rating: Not yet Rated Whois Check

Recursion Software, Inc. - C++ ToolKits
Provides portable class libraries for use with the ANSI/ISO C++ Standard Library.
http://www.recursionsw.com/products/toolkits/toolkits.asp
Reviews Rating: Not yet Rated Whois Check

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.

http://www.langer.camelot.de/Articles/Articles.htm#CUJ
Reviews Rating: Not yet Rated Whois Check

Invalidation of STL Iterators
Offers a course that looks into one of the surprises related to use of iterators: invalidation.
http://www.langer.camelot.de/Conferences/InvalidIterators.htm
Reviews Rating: Not yet Rated Whois Check

STL Test Suite
A set of 225 tests to check conformance of C++ compilers and libraries to the ISO Standard.
http://petef.port5.com/cpp/stltest.html
Reviews Rating: Not yet Rated Whois Check

Rogue Wave C++ Library User Guide and Tutorial
The complete User Guide and Tutorial of the C++ Library from Rogue Wave is available here.
http://www.roguewave.com/support/docs/stdug/
Reviews Rating: Not yet Rated Whois Check

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.

http://citeseer.nj.nec.com/171850.html
Reviews Rating: Not yet Rated Whois Check

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]

http://www.bdsoft.com/tools/stlfilt.html
Reviews Rating: Not yet Rated Whois Check

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.

http://www.infosun.fmi.uni-passau.de/GTL/
Reviews Rating: Not yet Rated Whois Check

RogueWave Standard C++ Library
Documentation for the Standard C++ Library, Data Structures and Algorithms, String, Complex, and
Numeric Limits, Iostreams and Locale.

http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm
Reviews Rating: Not yet Rated Whois Check

STL examples at support.microsoft.com
Contains a list of samples by Microsoft, that show how to use the STL.
http://www.visionx.com/mfcpro/kbstl.htm
Reviews Rating: Not yet Rated Whois Check

STL foreMbedded Visual C++
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
Reviews Rating: Not yet Rated Whois Check

STLport.org
A port of the original STL to many platforms. Derived from the SGI implementation, changes are
incorporated regularly.

http://www.stlport.org/
Reviews Rating: Not yet Rated Whois Check

VTL Views Template Library
Container adaptors for use with STL standard containers. Filters, and transforms of data without
copying.

http://www.zib.de/weiser/vtl/
Reviews Rating: Not yet Rated Whois Check

An Overview of The Standard Template Library
A more high level description of the concepts of the STL.
http://www.cs.rpi.edu/~wiseb/xrds/ovp2-3b.html
Reviews Rating: Not yet Rated Whois Check

Rogue Wave C++ Library Online Documentation
The complete documentation of the C++ Library from Rogue Wave is available here.
http://www.roguewave.com/support/docs/stdref/
Reviews Rating: Not yet Rated Whois Check

C++ Standard-Library and STL
A comparison of different STL implementations. Covers RogueWave, ObjectSpace, SGI and vendor
provided implementations.

http://www.ep1.ruhr-uni-bochum.de/~marcel/stl/stl.html
Reviews Rating: Not yet Rated Whois Check

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.

http://www.syncdata.it/stlce/
Reviews Rating: Not yet Rated Whois Check

HP STL
Provides the HP Implementation of the STL and some articles and documentation [FTP].
ftp://ftp.cs.rpi.edu/pub/stl/
Reviews Rating: Not yet Rated Whois Check

Dinkumware, Ltd.
The makers of the STL library included in Microsoft's VC.
http://www.dinkumware.com/
Reviews Rating: Not yet Rated Whois Check

Safe STL
An enhancement for the STL that tries to catch many typical STL programming errors.
http://www.horstmann.com/safestl.html
Reviews Rating: Not yet Rated Whois Check

 


Jasminecorp.net directory is based on the Open Directory and is being modified by Jasminecorp.

©2004 Jasmine Computers Inc.

Click here to subscribe for Jasminecorp's product News.

Home | JCBid |Software Development | Domain Registration | Hosting | Web Designing | Buy Books | Advertise with JCSearch | Whois | IP Locator | Add Search | Shopping | Store | Free Blogs | Free GuestBook | Free E-Cards | Free Games | Free Tutorials | Set as Home | Add to Favorite | Suggest a Site | Directory | Our Portfolio | Terms of service | Free quote | Tell a Friend | Special Offer | Job Opportunities | games | Usenet Groups

Submit a Site to Jasminecorp.net Directory || Advertise with us

 

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
Get a Domain Name:
.com .us .info
.org .in .name
.net .biz .asia