Languages
- 3401
- ZThreads
- An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL]
- 3402
- just::thread C++ Standard Thread Library
- Provides a complete implementation of the C++0x thread library.
- 3403
- ting - threading library
- A cross platform C++ wrapper for threading (thread, mutex, semaphore, condition variable, message queue and message). [Open Source]
- 3404
- Ultimate++
- A C++ cross-platform rapid application development suite. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment with GUI designer, debugger, etc.
- 3405
- Windows Template Library (WTL)
- A C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects. [Open Source]
- 3406
- Wt
- Wt (pronounced 'witty') is a C++ library and application server for developing and deploying web applications. The API is widget-centric, and inspired by existing C++ Graphical User Interface (GUI) APIs. To the developer, it offers complete abstraction of any web-specific implementation details. [Open Source, GPL]
- 3407
- CMarkup
- A C++ source class for parsing and creating XML based on the EDOM API, with articles and documentation.
- 3408
- 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]
- 3409
- Simple XML Persistence Library
- A lightweight C++ library for object serialization in XML. [Open Source]
- 3410
- 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]
- 3411
- SGI's STL Programmer's Guide
- A freely available implementation of the C++ Standard Template Library, including hypertext documentation.
- 3412
- STLport.org
- A port of the original STL to many platforms. Derived from the SGI implementation, changes are incorporated regularly.
- 3414
- 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.
- 3415
- Free words concerning STL
- A documentation of the C++ standard template library under the Free Documentation License.
- 3418
- Invalidation of STL Iterators
- Offers a course that looks into one of the surprises related to use of iterators: invalidation. [PDF]
