APL - Application Library =========================== APL is a platform and compiler independent C++ class library. * All the code is placed in header files, so no compilation is required. You just have to include the header file. * All classes are implemented using Policy Based Design. When you use the class you decide how it should behave. * Includes rich set of routines working with . file systems . sockets . internet protocols . networks . XML parser . and many more... For installation instructions please read the INSTALL file. For terms and conditions please read the LICENSE file. For ready-to-use code fragments please visit http://www.asperix.org/copymycode and select APL category For article about Policy Based Design and its implementation please visit http://www.freakycpp.com/policies