Overview of POCO C++ Libraries
mainPOCO (Portable Components) is a collection of C++ class libraries designed to solve frequently-encountered practical problems, specifically for 'internet-age' network-centric applications.
Key characteristics:
- Conceptually similar to the Java Class Library, .NET Framework, or Apple's Cocoa.
- Written in efficient, modern, 100% ANSI/ISO Standard C++.
- Complements the C++ Standard Library (STL).
- Highly portable across many platforms.
- Open Source, licensed under the Boost Software License.