资 源 简 介
An uniform object model to give C the object-oriented features,
with some basic data-structure classes.
Some features:
single-inheritance
polymorphism
class private data well wrapped
allocate object space in both stack & heap
hidden "me" pointer in class method definition, like well known "this"
global cleanup
Notice:
A lot of GCC extensions used.
For the moment, there"s no Exception Handler, what a pity.
Now it"s with SLOC==2000+, and I try my best to comment cods well.
Of course, u should follow some new "gramma" rules.
Hope u enjoy it.