APL

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

APL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Andrey Mirzoyan
  • Publisher web site:
  • http://mirzoyan.com/geo/

APL Tags


APL Description

APL project is a general purpose C template class library. 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 Related Software