8f795b6a5f
platform abstraction layer for system interfaces, an XML parser with SAX2 and DOM interfaces and an XML writer, classes for working with configuration files and command line arguments, and a number of network protocols.
17 lines
656 B
Text
17 lines
656 B
Text
The C++ Portable Components currently consist of four libraries.
|
|
|
|
The Foundation library contains a platform abstraction layer
|
|
(including classes for multithreading, file system access, logging,
|
|
etc.), as well as a large number of useful utility classes, such
|
|
various stream buffer and stream classes, URI handling, and many
|
|
more.
|
|
|
|
The XML library contains an XML parser with SAX2 and DOM interfaces,
|
|
as well as an XMLWriter.
|
|
|
|
The Util library contains classes for working with configuration
|
|
files and command line arguments, as well as various utility classes.
|
|
|
|
The Net library contains network classes (sockets, HTTP, etc.)
|
|
|
|
WWW: http://poco.appinf.com/
|