Languages
- 1261
- Programming: Principles and Practice Using C++ (Stroustrup)
- This book is aimed at beginners taking a programming course and people learning C++ as self study. Support page contains instructor's guide, lecture slides and selected execise solutions.
- 1262
- The C++ Programming Language (4th Edition)
- Contains free introductory chapters and appendices about compatibility with C, locales, and the standard library's exception safety. (Bjarne Stroustrup)
- 1263
- The C++ Standard Library from Scratch
- On-line introduction and support page with Standard Library quick reference on-line, source code, exercises and solutions, and errata. (Pablo Halpern)
- 1264
- The Design and Evolution of C++
- This book provides information and detailed discussions of key design decisions that will add to the expert's understanding. (Bjarne Stroustrup)
- 1265
- Boost
- Provides a repository for free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ standard library.
- 1266
- ACDK - Artefaktur Component Development Kit
- Platform independent C++ component framework similar to Java or .NET (reflection, threading, Unicode, garbage collection, io, net, util, xml, etc.) with integration of Java, Perl, Python, Tcl, Lisp, COM and CORBA. [Open source, LGPL or Qt Public License]
- 1267
- Apache C++ Standard Library
- A collection of algorithms, containers, iterators, and other fundamental components of every piece of software, implemented as C++ classes, templates, and functions essential for writing C++ programs. The goal is to provide a free implementation of the ISO/IEC 14882 international standard for C++ that enables source code portability and consistent behavior of programs across all major hardware implementations, operating systems, and compilers. [Open Source]
- 1268
- Available C++ Libraries FAQ
- Includes a list of available C++ libraries, both public domain and commercial.
- 1269
- Bioinformatics Template Library (BTL)
- Provides the generic mathematical components that will allow programmers to more rapidly construct applications that model biological entities.
- 1270
- BitMagic
- A C++ classes library implementing bitvectors with several types of on-the-fly, adaptive compression. Can be used in databases and search systems. [Open source, MIT License]
- 1271
- Botan
- A crypto library that provides a wide variety of cryptographic algorithms, formats, and protocols. [Open Source, BSD]
- 1272
- CGAL - Computational Geometry Algorithms Library
- A collaborative effort to develop a robust, easy to use, and efficient C++ software library of geometric data structures and algorithms.
- 1273
- Chilkat C++ Libraries
- A static libraries for Visual C++ and C++ Builder developers: zip, e-mail, encryption, S/MIME, XML.[Shareware]
- 1274
- CodeCogs
- An open source numerical library for mathematician, engineers and scientists who work in C++. Users can donate or licence (for commercial uses) their own code, request components, or bid to develop requested components.
- 1275
- Codemesh JMS Courier
- Lets you integrate C++ into any Java Message Service (JMS) vendor environment. [Commercial]
- 1276
- Common C++
- A framework offering portable support for threading, sockets, file access, deamons, persistance, and system for clarity, services. [Open Source, GPL]
- 1277
- Common Text Transformation Library
- Library of C++ classes and functions to parse and modify STL strings. CTTL substring classes may be compared, inserted, replaced, and parsed with EBNF grammars. Compiled program implements recursive descent LL(INF) parser. [Open source, GPL]
- 1278
- ConfigLib
- A C++ library designed to read/write configuration files. Allows reading and writing of a configuration file with minimal disruption of the data and any comments; Ensures that developers adopt an all or nothing stance; makes adding a new configuration setting as simple as declaring a variable, even if it is a complex object. [Open Source, BSD]
