用c实现面向对象oopc)
系统和全面地介绍用c的方式实现面向对象编程。包括继承,虚函数,异常等处理 来自法国的牛人,采用宏的方式实现,形式如下: void constMethodDecl(print) { printf("name:\t%s\n", this->m.name); } BASEOBJECT_IMPLEMENTATION methodName(print) ENDOF_IMPLEMENTATION initClassDecl() {} /* class ctor, required */ dtorDecl() /* object dtor, required */
文件列表
oopc.zip
(预估有个47文件)
oopc
ooc.c
3KB
oodebug.c
8KB
ooexception.h
666B
ooc99.h
17KB
examples
education.h
801B
person.H
535B
test_manager.C
1KB
education.c
1KB
用户评论