摘要: 这个例子主要用来掩饰如何实现继承关系[v0.6RC1]http://code.google.com/p/ooc-gcc/downloads/list // #include "inc/core/OOStd.h" CLASS(Human){ int age; int gender; STATIC(Human) iFn sayHi; }; ASM(Human,NULL,NULL,NULL,NULL) ... 阅读全文
posted @ 2011-03-27 12:35 平繁 阅读(575) 评论(0) 推荐(0) 编辑