Object-Oriented Programming With ANSI-C的创作者· ··· Axel-Tobias Schreiner作者 作者简介· ··· http://www.cs.rit.edu/~ats/ 喜欢读"Object-Oriented Programming With ANSI-C"的人也喜欢的电子书· ··· 支持Web、iPhone、iPad、Android 阅读器 Python源码剖析 ...
[原]Object-Oriented Programming With ANSI-C 前一段时间面试被问到一个问题,怎么用C去实现面向对象的特性,比如封装、继承和多态。我心想这不是闲的蛋疼么,好吧,我承认我不会...[大哭]。然后去网上找相关的文章,有文章推荐了《Object-Oriented Programming With ANSI-C》这个小册子,翻了翻发现写的真心好。 ...
community of Unix professionals in China), I am contacting you for your permission of translating your document "Object-oriented Programming with Ansi-C" from English to Chinese. Some of us have read the document and found it invaluable in understanding the concept of object-oriented, a fundament...
所谓数据抽象,其实就是Java和C++的模板,或者容器这种方式,对外屏蔽掉数据具体的类型,这样可以在做很多...
Object-Oriented Programming With ANSI-C 7.7分 全部书评 (3) 哦,C语言和面向对象 有人在stackover上问:如何用C写出面向对象的代码?回答的人推荐了这本书。正巧,这也是我想问的问题,于是看了这本书。 C是一个非常灵活的语言,而面向对象是一种思想... 7 有用 OOC 中文翻译地址 通过这本书你可以明白...
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. ...
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....
The techniques described here grew out of my disenchantment with C++ when I needed object-oriented techniques to implement an interactive programming language and realized that I could not forge a portable implementation in C++. I turned to what I knew, ANSI-C, and I was perfectly able to do...
PROGRAMMING in ANSI C,Fourth EditionProgramming in ANSI C
#Object-Oriented Programming With ANSI-C ##项目描述 把《Object-Oriented Programming With ANSI-C》翻译成简体中文版本,原书作者:Axel-Tobias Schreiner 中文译名:《利用ANSI-C进行面向对象编程》 ##翻译进度 ChapterStatus PrefaceTranslated Chapter1Translated ...