--------
CONTENTS
--------

The EFLIB example collection contains the following categories:


  tour.pas
    The guided tour. Demonstration and introduction to EFLIB.

  Advanced/
    Advanced examples on data types and visual components. Dedicated
    to expert programmers.

  Datatype/
    How to use abstract data types (ADTs). Contains detailed examples
    on all the ADTs that comes with EFLIB.

  Devices/
    How to access system devices (such as the keybaord) from your
    programs.

  GUI/
    Explore the user interface and create user-friendly environments
    for your programs.

  Math/
    Mathemtical routines; complex algebra, numerical methods,
    vector algebra, matrix algebra, prime numbers and much more.

  Memory/
    Memory allocation techniques.

  Misc/
    Miscellaneous examples.

  Samples/
    Sample source code for advanced programmers.

  Streams/
    Handling input and output with streams and filters: compression,
    encryption, checksums, etc.

  Strings/
    A new string convention is delivered with EFLIB --- tStrings.
    tStrings are easier to use, have dynamic size and can connect
    to other strings.

  Template/
    Template units that enables you to extend EFLIB and create
    new components, but maintain all the power that EFLIB brings.


---------
COPYRIGHT
---------

EFLIB is copyrighted to Johan Larsson. All rights are reserved. You may
not use EFLIB in any other way than clearly stated in the license agreement.

(C) Johan Larsson, 1992 - 1997. All rights reserved.