APL 0.1.8 review

Download
by rbytes.net on

APL project is a general purpose C++ template class library. All the code is placed in header files, so no compilation is required

License: MIT/X Consortium License
File size: 509K
Developer: Andrey Mirzoyan
0 stars award from rbytes.net

APL project is a general purpose C++ template class library.

All the code is placed in header files, so no compilation is required. You just have to #include the header file.

The 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
threads
mutexes
internet protocols
networks
various parsers (including XML)
databases
process management
and much more...

Platform and compiler independent.

The following is a sample code for reading the file contect into std::string class:

std::string content ;
apl::AFile file ;
file.load("file.dat",content) ;

What's New in This Release:
serial: rewritten serial class.

APL 0.1.8 search tags