基本信息
- 原书名:C++ Program Design : An Introduction to Programming and Object-Oriented Design
- 原出版社: McGraw-Hill
内容简介
计算机书籍
本书介绍使用C++进行程序设计和软件开发的基本原理,适用作大学各专业学生学习面向对象程序设计课的教材。全书共15章。1,计算机和面向对象设计方法学;2,C++基础;3,限定对象;4,控制构造;5,使用基本库函数;6,程序员自定义函数;7,类构造和面向对象设计;8,实现抽象数据类型;9,列表;10,EzWindows API图形库;11,指针和动态内存管理;12,测试和排错;13,继承;14,模板和多态性;15,软件开发项目。本书遵循C++国际标准;增添了新的语言类型。为帮助初学者,作者开发了可移植的面向对象图形库和标准模板库。根据使用者的建议,作者在本书中增加了一章测试和排错。本书附CD-ROM一张。本书按C++国际标准补充了150个标准类;添加了许多有价值的例子和练习。
目录
第2章 c++:the fundamentals
第3章 modifying objects
第4章 control consturcts
第5章 function basics
第6章 programmer-defined functions
第7章 the class construct and object-oriented design
第8章 implementing abstract data types
第9章 lists
第10章 the ezwindows api:a detailed examination
第11章 pointers and dynamic memory
第12章 testing and debugging
第13章 inheritance
第14章 templates and polymorphism
第15章 software project-bug hunt!