网站购物车   | 店铺购物车  
店铺平均得分:99.74 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 0 0 0 0 0 2 74
本店铺共有 0 笔投诉记录,投诉率 0% ,低于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
店主称呼:烟先生   联系方式:购买咨询请联系我  13419507575    地址:湖北省 武汉市 洪山区 鲁磨路
促销广告:正版图书,放心购买!确认订单请联系QQ或者电话!
图书分类
图书标签
店铺公告
确认订单请联系QQ或者电话!
店铺介绍
正版图书,请放心购买!看中书箱请直接电话或者短信联系
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
C  面向对象程序设计(第6版)
出版日期:2008年03月
ISBN:9787302167136 [十位:7302167133]
页数:499      
定价:¥49.00
店铺售价:¥19.60 (为您节省:¥29.40
店铺库存:1
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  13419507575
本店已缴纳保证金,请放心购买!【如何赔付?】
店主推荐图书:
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《C 面向对象程序设计(第6版)》内容提要:
本书由**作者Walter Savitch编写,美国很多大学采用它为“面向对象程序设计(OOP)”的教材,是一本非常畅销的教材,其前5版在全球已经拥有数十万读者。作者结合自己多年的教学经验,根据教学大纲精心设计并编写了书中内容。
根据国内“C++面向对象程序设计”双语教学的需要,对原书进行了一定的改编,删去了C语言的内容,使之更适合国内OOP的教学大纲。
《C 面向对象程序设计(第6版)》图书目录:
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
A First View of Call-by-Reference
Call-by-Reference in Detail
PROGRAMMING TIP: What Kind of Parameter to Use
3.3 OVERLOADING FUNCTION NAMES
Introduction to Overloading
PROGRAMMING EXAMPLE: Revised Pizza-Buying Program
3.4 PROCEDURAL ABSTRACTION
The Black Box Analogy
Case Study: Supermarket Pricing
3.5 TESTINGAND DEBUGGING FUNCTIONS
Stubs and Drivers
3.6 GENERAL DEBUGGING TECHNIQUES
Keep an Open Mind
Check Common Erros
Localize the Error
The assert Macro
Chapter Summary
Programming Projects
Chapter 4 Arrays and Pointers
Chapter 5 I/O Streams as an Introduction to Objects and Classes
Chapter 6 Strings and Vectors
Chapter 7 Defining Classes
Chapter 8 Friends,Overloaded Operators,Arrays in Classes
Chapter 9 Sepailation and Namespaces
Chapter 10 Inheritance
Chapter 11 Exception Handling
Chapter 12 Templates
Chapter 13 Standard Template Library
APPENDIX 1 C++Keywords
APPENDIX 2 Precedence of Operators
APPENDIX 3 Some Library Functions
APPENDIX 4 Inline Functions
APPENDIX 5 Overloading the Array Index Square Brackets
APPENDIX 6 The this Pointer
APPENDIX 7 Overloading Operators as Member Operators