http://www.cs.rit.edu/~ats/ 喜欢读"Object-Oriented Programming With ANSI-C"的人也喜欢的电子书· ··· 支持Web、iPhone、iPad、Android 阅读器 Python源码剖析 38.39元 CoffeeScript小书 1.99元 论坛· ··· 在这本书的论坛里发言
Object-oriented Programming with Ansi-C No programming technique solves all problems. No programming language produces only correct results. No programmer should start each project from scratch.
[原]Object-Oriented Programming With ANSI-C 前一段时间面试被问到一个问题,怎么用C去实现面向对象的特性,比如封装、继承和多态。我心想这不是闲的蛋疼么,好吧,我承认我不会...[大哭]。然后去网上找相关的文章,有文章推荐了《Object-Oriented Programming With ANSI-C》这个小册子,翻了翻发现写的真心好。 ...
Object-OrientedProgrammingWithANSI-C开始翻译Object-OrientedProgrammingWithANSI-C是我很想通读的一本书,可是一直没能坚持下去。为了鞭策自己,我将一边阅读、一边翻译、一边发表,我不知道能够坚持多久,但我会努力。我英文水平很差,所以可能呈现给大家的是一个错误百出的残次品,也希望大家多指正、多帮助。
Object-oriented Programming with ANSI-C翻译征集(纪念ChinaUnix.net上的青春) 写技术书不简单 翻译他人的技术书更难 一群人一起来翻译还要难 一群互相不认识,只能通过email、论坛、Wiki交流的人,凭借一腔热情和自我驱动去翻译:这就是十年前曾经很火的http://ChinaUnix.net论坛上的一群“初生牛犊”曾经想做的...
Axel-Tobias Schreiner,"Object-Orientated Programming with ANSI-C" Publisher: Hanser Fachbuch | ISBN: 3446174265 edition December 1, 1994 | PDF | 252 pages CANSI-C2010-01-20 上传大小:1331KB 所需:10积分/C币 前端项目-object-fit-images.zip ...
Protected Low-overhead Object-Oriented Programming with ANSI-C, known as PLOOC ['plu:k], is a set of well-polished C macro templates that: Provideprotection for privateclass members. NOTE: This protection can be disabled by defining the macro__OOC_DEBUG__to facilitate debugging. ...
Object-Oriented Programming With ANSI-C. Contribute to shichao-an/ooc development by creating an account on GitHub.
简介 Object-Oriented Programming With ANSI-C 暂无标签 保存更改 发行版 暂无发行版 贡献者(1) 全部 近期动态 4年多前创建了仓库
Axel-Tobias Schreiner阐述了利用普通ANSI-C同样可以实现面向对象思想,1993年10月出版图书《Object-oriented Programming with ANSI-C》阐述了利用ANSI-C实现面向对象编程思想的基础。 原版地址:http://www.planetpdf.com/codecuts/pdfs/ooc.pdf 在2001年,Laurent Deniau以C 的宏指令(Macro)定义出OOPC的机制,并在其...