Languages
- 1261
- Modern C++ Design: Generic Programming and Design Patterns Applied
- Introduces the concept of generic components--reusable design templates that produce boilerplate code for compiler consumption--all within C++. Contains free sample chapter and C++ library source code. (Andrei Alexandrescu)
- 1262
- More Effective C++: 35 New Ways to Improve Your Programs and Designs
- Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. Contains 4 sample items and updates/errata. (Scott Meyers)
- 1263
- More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions
- Provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications. (Herb Sutter)
- 1264
- 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.
- 1265
- 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)
- 1266
- 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)
- 1267
- 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)
- 1268
- 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.
- 1269
- 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]
- 1270
- 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]
- 1271
- Available C++ Libraries FAQ
- Includes a list of available C++ libraries, both public domain and commercial.
- 1272
- Bioinformatics Template Library (BTL)
- Provides the generic mathematical components that will allow programmers to more rapidly construct applications that model biological entities.
- 1273
- 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]
- 1274
- Botan
- A crypto library that provides a wide variety of cryptographic algorithms, formats, and protocols. [Open Source, BSD]
- 1275
- 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.
- 1276
- Chilkat C++ Libraries
- A static libraries for Visual C++ and C++ Builder developers: zip, e-mail, encryption, S/MIME, XML.[Shareware]
- 1277
- 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.
- 1278
- Codemesh JMS Courier
- Lets you integrate C++ into any Java Message Service (JMS) vendor environment. [Commercial]