![]()
Book Description:
If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. With the help of this book, you will:
Learn C++ programming from the ground up.
Learn through real-world, hands-on examples.
Experiment with concepts, including classes, inheritance, templates and exceptions.
Reinforce knowledge gained through end-of-chapter review questions and practice programming exercises.
C++ Primer Plus, Fifth Edition makes learning and using important object-oriented programming concepts understandable. Choose this classic to learn the fundamentals and more of C++ programming.
About the Author:
Stephen Prata teaches astronomy, physics, and computer science at the College of Marin in Kentfield, California. He received his B.S. from the California Institute of Technology and his Ph.D. from the University of California, Berkeley. Stephen has authored or coauthored more than a dozen books for The Waite Group. He wrote The Waite Group's New C Primer Plus, which received the Computer Press Association's 1990 Best How-to Computer Book Award, and The Waite Group's C++ Primer Plus, nominated for the Computer Press Association's Best How-to Computer Book Award in 1991.
内容简介
C++是在C语言基础上开发的一种集面向对象编程、通用编程和传统的过程化编程于一体的编程语言,是C语言的超集。本书是根据2003年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。
全书分17章和10个附录,分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类的设计和使用、多态、虚函数、动态内存分配、继承、代码重用、友元、异常处理技术、string类和标准模板库、输入/输出等内容。
本书针对C++初学者,从C语言基础知识开始介绍,然后在此基础上详细阐述C++新增的特性,因此不要求读者有较多C语言方面的背景知识。本书可作为高等院校C++课程的教材,也可供初学者自学C++时使用。
作者简介:
Stephen Prata在加州肯特菲尔得的马林学院教授天文、物理和计算机科学。他毕业于加州理工学院,在加州大学伯克利分校获得博士学位。Stephen本人或他人合作编写的图书有十多本。他撰写的the Waite Group's New C Primer Plus一书获得了计算机出版联合会1990年度最佳“How-to”计算机图书奖;他撰写的The Waite Group's C++Primer Plus一书获得了计算机出版联合会1991年度最佳“How-to”计算机图书奖的提名。
文档截图:
http://img8.zol.com.cn/bbs/upload/6422/6421901_0800.png
目录:
第1章 预备知识
第2章 开始学习C++
第3章 处理数据
第4章 复合类型
第5章 循环和关系表达式
第6章 分支语句和逻辑操作符
第7章 函数——C++的编程模块
第8章 函数探幽
第9章 内存模型和名称空间
第10章 对象和类
第11章 使用类
第12章 类和动态内存分配
第13章 类继承
第14章 C++中的代码重用
第15章 友元、异常和其他
第16章 string类和标准模板库
第17章 输入、输出和文件
附录A 计数系统
附录B C++保留字
附录C ASCII字符集
附录D 操作符优先级
附录E 其他操作符
附录F string模板类
附录G STL方法和函数
附录H 精选读物和网上资源
附录I 转换为ANSI/ISO标准C++
附录J 复习题答案
更多相关资源 >>
这里是其它用户补充的资源(我也要补充):
点击查看所有31网友评论













