喜欢读"Object-Oriented Programming With ANSI-C"的人也喜欢· ··· Distributed Systems, 3rd Edition7.8 The Little Book of Semaphores, 2n...9.1 Distributed Algorithms: An Intuitive ... Introduction to Reliable and Secure...9.3 Making Databases Work Core ...
Object-OrientedProgrammingWithANSI-C开始翻译Object-OrientedProgrammingWithANSI-C是我很想通读的一本书,可是一直没能坚持下去。为了鞭策自己,我将一边阅读、一边翻译、一边发表,我不知道能够坚持多久,但我会努力。我英文水平很差,所以可能呈现给大家的是一个错误百出的残次品,也希望大家多指正、多帮助。
[原]Object-Oriented Programming With ANSI-C 前一段时间面试被问到一个问题,怎么用C去实现面向对象的特性,比如封装、继承和多态。我心想这不是闲的蛋疼么,好吧,我承认我不会...[大哭]。然后去网上找相关的文章,有文章推荐了《Object-Oriented Programming With ANSI-C》这个小册子,翻了翻发现写的真心好。 ...
Object-oriented Programming with ANSI-C 开发技术 - CHe**en 上传1.24 MB 文件格式 zip oopc 标准C实现面向对象 Object-oriented Programming with ANSI-C 附带源码 点赞(0) 踩踩(0) 反馈 所需:7 积分 电信网络下载 anyRTC-Meeting-Android 2025-04-08 00:00:32 积分:1 ...
C 程序员需要的一本书 《Object-oriented Programming with Ansi-C》 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....
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的机制,并在其...
using ANSI-C. ooc is a preprocessor to simplify the coding task by converting class descriptions and method implementations into ANSI-C as required by the technique. You implement the algorithms inside the methods and the ooc preprocessor produces the boilerplate. ooc consists of a shell script ...
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》翻译成简体中文版本,原书作者:Axel-Tobias Schreiner - easonf/ooc
Object-oriented Programming with ANSI-C翻译征集(纪念ChinaUnix.net上的青春) 写技术书不简单 翻译他人的技术书更难 一群人一起来翻译还要难 一群互相不认识,只能通过email、论坛、Wiki交流的人,凭借一腔热情和自我驱动去翻译:这就是十年前曾经很火的http://ChinaUnix.net论坛上的一群“初生牛犊”曾经想做的...