1. 首页
  2. 编程语言
  3. C
  4. 用c实现面向对象oopc)

用c实现面向对象oopc)

上传者: 2019-01-10 04:43:13上传 ZIP文件 60.63KB 热度 18次
系统和全面地介绍用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 */
用户评论