C++ Libraries
Category
Boost 1.85 for the Win64x Toolchain
by Embarcadero Technologies in C++ Libraries for C++Builder
The Boost libraries are a set of C++ libraries that significantly expand the language using template metaprogramming. This is for the Win64 platform only.
Boost 1.70 for the Win64 Toolchain
by Embarcadero Technologies in C++ Libraries for C++Builder
The Boost libraries are a set of C++ libraries that significantly expand the language using template metaprogramming. This is for the Win64 platform only.
Boost 1.39 for the Win32 Classic Toolchain
by Embarcadero Technologies in C++ Libraries for C++Builder
The Boost libraries are a set of C++ libraries that significantly expand the language using template metaprogramming. This version (1.39) is for the classic toolchain for Win32 only. Use Boost 1.70 for the modern Win32 and Win64 Clang-enhanced platforms.
Boost 1.70 for the Win32 Clang-enhanced Toolchain
by Embarcadero Technologies in C++ Libraries for C++Builder
The Boost libraries are a set of C++ libraries that significantly expand the language using template metaprogramming. This is for the Win32 Clang-enhanced toolchain only.
Catch2 3.0
by Catch2 in C++ Libraries for C++Builder
Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros. Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests.
expat 1.0
by Expat development team in C++ Libraries for C++Builder
This is Expat, a C library for parsing XML, started by James Clark in 1997. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.
NemaTode 1.0
by ckgt in C++ Libraries for C++Builder
Cross platform C++ 11 NMEA Parser and GPS Framework. NemaTode is yet another lightweight generic NMEA parser. It also comes with a GPS data interface to handle the most popular GPS NMEA sentences.
TinyXML2 2.0
by Lee Thomason in C++ Libraries for C++Builder
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
libsimdpp 1.0
by Povilas Kanapickas in C++ Libraries for C++Builder
Portable header-only zero-overhead C++ low level SIMD library.
EasyBMP 1.0
by Paul Macklin in C++ Libraries for C++Builder
EasyBMP is a simple, cross-platform, open source (revised BSD) C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files.