Languages
- 3421
- CMarkup
- A C++ source class for parsing and creating XML based on the EDOM API, with articles and documentation.
- 3422
- RapidXml
- An attempt to create the fastest XML parser possible, while retaining usability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. [Open Source]
- 3423
- Simple XML Persistence Library
- A lightweight C++ library for object serialization in XML. [Open Source]
- 3424
- TiCPP
- TiCPP is short for the official name TinyXML++. It is a completely new interface to TinyXML that uses many of the C++ strengths: Templates, exceptions, and much better error handling. [Open Source, MIT]
- 3425
- SGI's STL Programmer's Guide
- A freely available implementation of the C++ Standard Template Library, including hypertext documentation.
- 3426
- STLport.org
- A port of the original STL to many platforms. Derived from the SGI implementation, changes are incorporated regularly.
- 3428
- 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.
- 3429
- Free words concerning STL
- A documentation of the C++ standard template library under the Free Documentation License.
- 3432
- Invalidation of STL Iterators
- Offers a course that looks into one of the surprises related to use of iterators: invalidation. [PDF]
- 3433
- 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.
- 3434
- 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]
- 3435
- 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).
- 3436
- STLplus
- 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]
- 3438
- 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.