Languages
- 3401
 - spserver
 - A server framework library written on C++ that implements the Half-Sync/Half-Async and Leader/Follower patterns. It is a hybrid system between threaded and event-driven, and exploits the advantages of both programming models. It exposes a threaded programming style to programmers, while simultaneously using event-driven style to process network connection. [Open Source, LGPL]
 
- 3402
 - C++ Matrix Template Class Library
 - Supports arithmetic operations, sub-matrix operations, inversion, various matrix decompositions, solution of simultaneous linear equations, and eigen value and eigen vector problem. (by Techsoft)
 
- 3403
 - Large Number Class
 - A class which allows for developers to implement numbers much larger than previously allowed by built in data types in C++. (currently supports up to 1000 decimal places)
 
- 3404
 - Math Objects
 - Template based math library for C++. Also has algorithms that compute the Smith and the Smith-McMillan form for matrices of polynomials or rational functions respectively.
 
- 3405
 - MatrixLib
 - A compact cross platform C++ matrix operations class library for Windows, Mac OS X and Linux. It provides over a hundred different matrix operations and interfaces to BLAS and LAPACK. [Commercial]
 
- 3406
 - Mersenne Twister
 - Freeware C++ implementation of the famous Mersenne Twister pseudo-random number generator algorithm, known as one of the best generators, with a period of 2^19937-1. Written in 100% standard ISO C++. [Open Source]
 
- 3407
 - SparseLib++
 - A C++ class library for efficient sparse matrix computations across various computational platforms.
 
- 3408
 - SID framework
 - A framework for building computer system simulations. Specifically, a simulation is comprised of a collection of loosely coupled components. Simulated systems may range from a CPU's instruction set to a large multi-processor embedded system. [Open source, GPL with changes].
 
- 3409
 - libLCS
 - A library for Logic Circuit Simulation developed in 100% c++. The ultimate aim of LCS is to become a thorough hardware description library, matching the functionality of the Verilog hardware description language, while keeping the usage (and syntax) as intuitive as possible.
 
- 3410
 - simplus
 - A lean object oriented C++ library for discrete event based simulations. It scales to millions of simulateed objects, has no external dependencies and can be embedded into other applications.
 
- 3412
 - C++ Threads
 - The aim of this library is to provide the programmer with an easy to use class, that can be further inherited to provide a rich set of threaded functionality rarely seen in a Linux environment.
 
- 3414
 - TinyThread++
 - A cross platform, minimal threading library for C++ which implements a fairly compatible subset of the C++0x standard thread library.
 
- 3415
 - ZThreads
 - An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL]
 
- 3416
 - just::thread C++ Standard Thread Library
 - Provides a complete implementation of the C++0x thread library.
 
- 3417
 - ting - threading library
 - A cross platform C++ wrapper for threading (thread, mutex, semaphore, condition variable, message queue and message). [Open Source]
 
- 3418
 - 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.
 
- 3419
 - 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]
 
- 3420
 - 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]
 
