CCL_1.1.cpt.hqx

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
CCL_1.1.cpt.hqx

Post by Info-Mac » September 16th, 1994, 9:00 am

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").
Post Reply