C++程序设计(第三版 影印版)
¥50.00定价
作者: Nell Dale Chip Weems
出版时间:2006-04-03
出版社:高等教育出版社
- 高等教育出版社
- 9787040191097
- 1
- 31458
- 44211890-7
- 平装
- 异16开
- 2006-04-03
- 720
- 748
- 工学
- 软件工程
- TP312C
- 计算机科学与技术
- 本科
目录
Preface1 Ocerview of Programming and Problem Solving 1.1 Overview of Programming How Do We Write a Program? 1.2 What is a Programming Language? 1.3 What is a Computer? 1.4 Problem-Solving Techniques Ask Questions 15 Look For Things That Are Familiar Solve by Analogy Means-Ends Analysis Divide and Conquer The Building-Block Approach Merging Solutions Mental Blocks: The Fear of Starting Algorithmic Problem Solving Summary Quick Check Exam Preparation Exercises Programming Warm-Up Exercises 2 C++ Syntax and Semantics, and the Program Development Process 2.1 The Elements of C++ Programs Syntax and Semantics Syntax Templates Naming Program Elements: Identifiers Data and Data Types Data Storage The char Data Type The string Data Type Naming Elements: Declarations Taking Action: Executable Statements Beyond Minimalism: Adding Comments to a Program 2.2 Program Construction Blocks (Compound Statements) The C++ Preprocessor An Introduction to Namespaces 2.3 More About Output Creating Blank Lines Inserting Blanks Within a Line Programming Example esting and Debugging Summary Quick Check Exam Preparation Exercises Programming Warm-Up Exercises Programming Problems Programming Example Follow-Up 3 Numeric Types,Expressions,and Output ……4 Program Input and the Software Design Process5 Conditions,Logical Expressions,and Selection Control Structures6 Looping7 Functions 8 Scope,Liftime,and More on Functions 9 Additional Control Structures10 Simple Data Types:Built-In and User-Defined11 Structured Types,Date Abstraction,and Classes12 Arrays13 Array-Based Lists14 Object-Orinted Software Development15 RecursionGlossaryAnswers to Selected ExercisesAppendicesIndex