Object-Oriented Programming With ANSI-C

Object-Oriented Programming With ANSI-C pdf epub mobi txt 电子书 下载 2025

http://www.cs.rit.edu/~ats/

出版者:Hanser Fachbuch
作者:Axel-Tobias Schreiner
出品人:
页数:252
译者:
出版时间:1994
价格:0
装帧:Hardcover
isbn号码:9783446174269
丛书系列:
图书标签:
  • 面向对象 
  • 编程 
  • C语言 
  • 编程语言 
  • 程序设计 
  • 计算机 
  • Programming 
  •  
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twenty years. C++ (Eiffel, Oberon-2, Smalltalk ... take your pick) is the New Language (ed: this book was published in 1993) because it is object-oriented — although you need not use it that way if you do not want to (or know how to), and it turns out that you can do just as well with plain ANSI-C. Only object-orientation permits code reuse between projects — although the idea of subroutines is as old as computers and good programmers always carried their toolkits and libraries with them.

This book is not going to praise object-oriented programming or condemn the Old Way. We are simply going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier. Along the way we encounter all the jargon — classes, inheritance, instances, linkage, methods, objects, polymorphisms, and more — but we take it out of the realm of magic and see how it translates into the things we have known and done all along.

Intended Audience:

I had fun discovering that ANSI-C is a full-scale object-oriented language. To share this fun you need to be reasonably fluent in ANSI-C to begin with — feeling comfortable with structures, pointers, prototypes, and function pointers is a must. Working through the book you will encounter all the newspeak — according to Orwell and Webster a language "designed to diminish the range of thought" — and I will try to demonstrate how it merely combines all the good programming principles that you always wanted to employ into a coherent approach. As a result, you may well become a more proficient ANSI-C programmer.

具体描述

读后感

评分

有人在stackover上问:如何用C写出面向对象的代码?回答的人推荐了这本书。正巧,这也是我想问的问题,于是看了这本书。 C是一个非常灵活的语言,而面向对象是一种思想。作者认为这两者并不冲突,而是可以完美的结合在一起,并且我们可以从中享受到许多乐趣。这本书详细的介绍...  

评分

通过这本书你可以明白C++, Java, Python 等面向对象语言中的类、继承、实例、连接、方法、对象、多态... 都是如何实现的. 能让你通过C来写出优美并可以重用的代码. 中文地址: http://wiki.chinaunix.net/index.php/OOC  

评分

有人在stackover上问:如何用C写出面向对象的代码?回答的人推荐了这本书。正巧,这也是我想问的问题,于是看了这本书。 C是一个非常灵活的语言,而面向对象是一种思想。作者认为这两者并不冲突,而是可以完美的结合在一起,并且我们可以从中享受到许多乐趣。这本书详细的介绍...  

评分

这本书可以归类为中等水平C语言教程,但实际上它说的是面向对象编程的实质或者说技术细节。面向对象编程范式如何帮助我们解决大规模编程的难题,如何实现通用性,如何尽早捕获错误,这些问题在这本书里都能得到回答。 我本人也把这本书的阅读笔记放到了[网页]上了,欢迎大家指...

评分

通过这本书你可以明白C++, Java, Python 等面向对象语言中的类、继承、实例、连接、方法、对象、多态... 都是如何实现的. 能让你通过C来写出优美并可以重用的代码. 中文地址: http://wiki.chinaunix.net/index.php/OOC  

用户评价

评分

各种指针的花哨技巧。这本书函数指针声明不用typedef来简化是一个缺点,接口和实现也没有分离,没有做到较好的封装,容易让客户程序员揣测实现机制,马马虎虎,适合初学者开拓视野。

评分

蛮有意思的一本关于用c构建面向对象思想的书,不过并不适合用于项目开发当中。

评分

第一次看时感觉很神奇啊,没想到C还能这么写。可以基本理解OOP是怎么实现的

评分

也是一个面向语言编程的简单应用

评分

实现封装,继承,异常,代理等

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有