Download: http://archive.info-mac.org/dev/src/cor ... 11-cpp.hqx
CoreClass is a class library for C++ developers. It offers a solid base to develop advanced class systems:
- Support for developing complex object structures: multiple linked lists, tree linked lists logical connections, etc...
- A message system to send/receive commands into multiple linked list structures, with filters.
- A basic error tracking system.
- A system for duplicating objects with various heritage levels.
CoreClass is very easy to work with, and does not rely on a particular OS, it can be compiled with a regular C++ compiler (the compiler does not have to support
"templates" or "exceptions").
