读书人

C++面向对象程序设计(第6版)

发布时间: 2010-03-31 06:52:01 作者:

 C++面向对象程序设计(第6版)


基本信息出版社:清华大学出版社
页码:499 页
出版日期:2008年03月
ISBN:7302167133/9787302167136
条形码:9787302167136
版本:第6版
装帧:平装
开本:16
正文语种:英语
丛书名:大学计算机教育国外著名教材系列

内容简介 本书由著名作者Walter Savitch编写,美国很多大学采用它为面向对象程序设计(OOP)的教材,是一本非常畅销的教材,其前5版在全球已经拥有数十万读者。作者结合自己多年的教学经验,根据教学大纲精心设计并编写了书中内容。

根据国内C++面向对象程序设计双语教学的需要,对原书进行了一定的改编,删去了C语言的内容,使之更适合国内OOP的教学大纲。
目录
Chapter 1 Introduction to C++
 1.1 INTRODUCTION TO C++
  Origins of the C++ Language
  C++ and Object-Oriented Programming
  A Sample C++ Program
  PROGRAMMING TIP: Input and Output Syntax
  Layout of a Simple C+~ Program
  PITFALL: Putting a Space before the include File Name
  Compiling and Running a C++ Program
  PROGRAMMING TIP: Getting Your Program to Run
 1.2 PROGRAM STYLE
  Comments
  Naming Constants
  Chapter Summary
  Programming Projects
chapter 2 C++ Basics
 2.1 VARIABLES AND ASSIGNMENTS
  Variables
  Names: Identifiers
  Variable Declarations
  Assignment Statements
  PTFALL: Uninitialized Variables
 2.2 INPUT AND OUTPUT
  Output Using cout
  PROGRAMMING TIP: End Each Program with a \n or endl
  Include Directives and Namespaces
  Formatting for Numbers with a Decimal Point
  Input Using cin
  Designing Input and Output
  PROGRAMMING TIP: Line Breaks in I/O
IV Problem Solving with C++ 6th Edition
 2.3 DATA TYPES AND EXPRESSIONS
  Simple Types
  Introduction to the Class string
  Type Compatibitities
  Arithmetic Operators and Expressions
 2.4 FLOW OF CONTROL
  Boolean Expressions
  Branching Mechanisms
  Loop Mechanisms
  Chapter Summary
  Programming Projects
chapter 3 Functions
 3.1 THE BASICS OF FUNCTIONS
  Using Predefined Functions
  Type Casting
  Programmer-Defined Functions
  Namespaces Revisited
  Case Study: Buying Pizza
 3.2 CALL-BY-REFERENCE PARAMETERS
  A View of Call-by-Value
……
……
读书人网 >程序设计

热点推荐