Poco library Chinese programming Reference Guide (1) Overview
- Author: Liu Da-poechant
- Blog: blog.csdn.net/poechant
- Email: zhongchao. USTC # gmail.com (#-> @)
- Date: 10000l 14Th, 2012
1 What is poco?
What is poco? This is what I was most often asked. Poco is the abbreviation of portable components. Its official homepage is pocoproject.org. Is a very good C ++ library, equivalent to Java class library,. NET Framework and Apple cocoa. It is very different from boost. In short, boost is equivalent to advanced STL.
2. The poco version used in this series of articles
POCO C++ Library 1.4.3p1 (2012-01-23)
3. database logical structure
From the POCO official website. OS APIs use the operating system layer, C ++/C standard libararies is a standard library, and other modules are provided by Poco, including: foundation, XML, crypto, XML, util, net, zip, netssl, data (SQLite, ODBC, MySQL supported), tools & Utilities, and application.
4. supported platforms
Desktop/Server:-Windows-Linux-Mac OS X-Solaris-HP-UX-Aix
Embedded:-Windows Embedded Ce-embedded Linux (uclibc or glibc)-Ios-QNX-VxWorks-android
5 namespaces
- Poco
- Poco: crypto
- Poco: Data
- Poco: Data: MySQL
- Poco: Data: ODBC
- Poco: Data: SQLite
- Poco: Net
- Poco: util
- Poco: util: Units
- Poco: util: Units: Constants
- Poco: util: Units: Internal
- Poco: util: Units: Values
- Poco: XML
- Poco: Zip
-
Reprinted, please indicate the csdn blog from LIU Da: blog.csdn.net/poechant
-