Categories
Common C++
Common C++ is a C++ class library that abstracts various system services in a portable manner, thereby making the creation of portable applications much easier. It is portable code, with very low runtime overhead, that works well on a very wide range of target platforms and C++ compilers in everyday use. It includes the 'ape' project, which was formerly a separate package.
Common C++ manages threads, synchronization, and network sockets by offering portable C++ classes that abstract these services, as well as supporting "serial" I/O, daemon specific event logging, object serialization (persistence), block/record/page/ oriented file I/O, and configuration file parsing. It also provides an inheritable class architecture for your application that exploits C++ as needed.
There are two source trees: one for "POSIX" systems such as GNU/LINUX and the Hurd, the other for the Win 32 API. This makes Common C++ portable at the source level, as the two trees implement a functionally similar class interface.
Last updated 9 Jul, 2008
About
Leadership
- David Sugar - Maintainer
- Daniel Silverstone - Contributor
- Sean Cavanaugh - Contributor
- Caros Vidal - Contributor
- John Connors - Contributor
- Yurii Rashkovskii - Contributor
Requirements
- pth (Weak Prerequisite)
Subprograms
ape
Versions
1.6.2
- Released: 16 Apr, 2008
- Code Maturity: Stable
- Source Archive: http://www.gnutelephony.org/dist/tarballs/commo...
- Licenses: GPLv2orlater
- Interfaces: Library




