| 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> |