/[cln]/README
ViewVC logotype

Diff of /README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by kreckel, Sat Oct 22 19:50:11 2005 UTC revision 1.10 by kreckel, Sat Jul 28 17:11:46 2007 UTC
# Line 25  Features: Line 25  Features:
25  - Interoperability:  - Interoperability:
26      - Garbage collection with no burden on      - Garbage collection with no burden on
27        the main application,        the main application,
28      - hooks for memory allocation and exceptions.      - hooks for memory allocation.
29    
30  Requires: C++ compiler g++.  Requires: C++ compiler g++.
31  The following C++ features are used:  The following C++ features are used:
32  classes, member functions, overloading of functions and operators,  classes, member functions, overloading of functions and operators,
33  constructors and destructors, inline, const, multiple inheritance,  constructors and destructors, inline, const, multiple inheritance,
34  templates and namespaces.  templates, namespaces, and exceptions.
35  The following C++ features are not used:  The following C++ features are not used:
36  new, delete, virtual inheritance, exceptions.  new, delete, virtual inheritance.
37    
38  Homepage: <http://www.ginac.de/CLN>  Homepage: <http://www.ginac.de/CLN>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15