C++ Portable Types Library (PTypes) 2.0.0 released

From: Hovik Melikyan (hovik_at_melikyan.com)
Date: 03/23/04

  • Next message: Paul M Foster: "[SLUG] Suncoast LUG Meetings"
    Date: Tue, 23 Mar 2004 05:33:49 CST
    
    

    C++ Portable Types Library
    Release 2.0.0

    http://www.melikyan.com/ptypes/

    The C++ Portable Types Library (PTypes) is a simple alternative to the
    STL that includes multithreading and networking. It defines dynamic
    strings, character sets, variants, lists and other basic data types
    along with threads, synchronization primitives and IP sockets. It is
    portable across modern Unix and Windows systems and includes a sample
    HTTP daemon showing the full power of the library.

    In this release container classes/templates have been completely redesigned.
    As an alternative to std::vector PTypes now offers 2 separate templates,
    tpodlist and tobjlist, which were specifically designed to eliminate the
    template 'code blow' problem and to perform dynamic array reallocations in
    the most efficient way. A limitation for element types that existed in the
    previous versions (must be derived from 'unknown') is no longer in effect.
    The old interfaces for lists are preserved for backward compatibility.

    This release also features Cygwin port, a standard installation procedure
    for UNIX ('make install'), several minor improvements and bug fixes. Please,
    see the change log for more details:

    http://www.melikyan.com/ptypes/doc/changes.html

    -- 
    Hovik Melikyan
    ##########################################################################
    # Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
    # PLEASE remember a short description of the software and the LOCATION.  #
    # This group is archived at http://stump.algebra.com/~cola/              #
    ##########################################################################
    

  • Next message: Paul M Foster: "[SLUG] Suncoast LUG Meetings"