Languages
- 1281
- 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]
- 1282
- Crypto++
- Free library of cryptographic schemes: includes ciphers, message authentication codes, one-way hash functions, public-key cryptosystems, and key agreement schemes. [Open Source]
- 1283
- DynObj
- A C++ framework for binary reusable objects, or plugins. It enables exposing and sharing run-time type information for C++ classes. [Open Source, BSD]
- 1284
- InteLib: Lisp programming within a C++ project
- A class library for Lisp programming within a C++ project using existing C++ translators. [Open source, GPL]
- 1285
- Inti
- Integrated C++ Foundation Libraries, including Inti::GTK, a C++ GTK+ binding (No longer an active project).
- 1287
- Led Rich Text C++ Class Library
- A portable, cross-platform C++ library designed to add various kinds of word processing (rich text) or text editing capabilities to your application.
- 1288
- LibXL
- Provides an easy way to generate Excel Spreadsheets (xls-files) in custom applications without Microsoft Excel. Supports writing text, numbers, formulas, hyperlinks and images to cells with various formatting options. Available as a static library for Visual Studio and gcc/Linux.
- 1289
- Log4cpp
- A library for flexible logging to files, syslog, IDSA and other destinations, modeled after the Log4j Java library. [Open Source, LGPL]
- 1291
- ObjexxFCL
- A C++ class library to support integration and migration of Fortran to C++. ObjexxFCL includes Fortran-compatible array, string, and intrinsic function support.
- 1292
- Open EzBasic
- A C++ based library, that can be used to make programs using functions as in VB. The library has 25 classes ranging from GUI, Threads, String, Active-X. Simple way to convert VB code to C++. [Open source, Qt Public License (QPL)]
- 1293
- P::Classes
- A high performance C++ application framework which provides many classes needed for real-world application development, emphasing on ease of use, size and stability. [Open Source, LGPL]
- 1294
- Pantheios
- A C/C++ logging API library, offering a combination of type-safety, efficiency, genericity and extensibility. [Open Source, BSD]
- 1295
- ParaTek
- A C++ toolkit which enables developers to created distributed peer to peer solutions using agent engineering.
- 1296
- Presentation on The Bioinformatics Template Library (BTL)
- Documentation and Online-Presentations about STL and generic programming.
- 1297
- STLSoft
- Provides freely available STL-like extensions, including STL-style wrappers for common operating system and framework APIs (such as Windows, Unix, COM, MFC, ATL).