Object Oriented C (ooc) kit is for those who want to program in an object orieneted manner, but stick on the good old C as well. ooc implements classes, single and multiple inheritance, exception handling. Ideal for students getting to know OO programming in pure C. It can be mainly useful for education and for small systems that lack C++ compiler. Althoug I have written quite complex programs using ooc!