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.



_______________________________________________
Bug-commoncpp mailing list
Bug-commoncpp@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-commoncpp

Reply via email to