出版社:Hanser Fachbuch 出版年:1994 页数:252 装帧:Hardcover ISBN:9783446174269 豆瓣评分 7.7 31人评价 5星 38.7% 4星 35.5% 3星 22.6% 2星 3.2% 1星 0.0% 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介· ··· Object-oriented programming is the current cure-all — although it has been...
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.
This book presents the fundamentals of the C++ language.Organized into two parts encompassing 10 chapters, this book begins with an overview of C++ and describes object-oriented programming and the history of C++. This text then introduces classes, polymorphism, inheritance, and overloading. Other ...
主要强调的是,数据类型的实现方式不能直接暴露给使用者,使用者操作数据类型,要通过给定的一系列函数接...
[原]Object-Oriented Programming With ANSI-C 前一段时间面试被问到一个问题,怎么用C去实现面向对象的特性,比如封装、继承和多态。我心想这不是闲的蛋疼么,好吧,我承认我不会...[大哭]。然后去网上找相关的文章,有文章推荐了《Object-Oriented Programming With ANSI-C》这个小册子,翻了翻发现写的真心好。
Object-Oriented Programming With ANSI-C 7.7分 全部书评 (3) 哦,C语言和面向对象 有人在stackover上问:如何用C写出面向对象的代码?回答的人推荐了这本书。正巧,这也是我想问的问题,于是看了这本书。 C是一个非常灵活的语言,而面向对象是一种思想... 7 有用 OOC 中文翻译地址 通过这本书你可以明白...
OOPC是指OOP(Object-Oriented Programming)与C语言的结合,它是一个面向对象C语言编程框架。它是一套C语言的宏,定义了OOP概念的关键字,借助于这一套宏,实现面向对象的特性,如类、对象、继承、接口、多态、消息等。 C++对于大型软件架构的良好可控性,和对以后程序员维护代码时良好的可读性;然而就目前来说,在嵌入式...
#Object-Oriented Programming With ANSI-C ##项目描述把《Object-Oriented Programming With ANSI-C》翻译成简体中文版本,原书作者:Axel-Tobias Schreiner 中文译名:《利用ANSI-C进行面向对象编程》 ##翻译进度 ChapterStatus Preface Translated Chapter1 Translated Chapter2 Translated Chapter3 Translated Chapter4 Trans...
organized into two parts encompassing 10 chapters, this book begins with an overview of c++ and describes object-oriented programming and the history of c++. this text then introduces classes, polymorphism, inheritance, and overloading. other chapters consider the c++ preprocessor and organization of...
Object-Oriented Design and Programming with C++: Your Hands-On Guide to C++ Programming, with Special Emphasis on Design, Testing, and Reuse provides a list of software engineering principles to guide the software development process. This book presents the fundamentals of the C++ language.Organized...