bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Common C++


From: foxon177
Subject: [Bayonne-devel] Common C++
Date: Tue, 13 May 2008 20:46:46 -0700 (PDT)

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. 

http://hi.baidu.com/msdes Msdes 
http://journals.aol.com/skysblog/seokyw/ Fexon 
http://www.domainforums.com/showthread.php?p=26436 Asia 
-- 
View this message in context: 
http://www.nabble.com/Common-C%2B%2B-tp17222845p17222845.html
Sent from the Gnu - Common C++ mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]