Programming and problem solving with C++
Main Authors: | , |
---|---|
Format: | Book |
Language: | English |
Published: |
Burlington, Massachusetts :
Jones & Bartlett Learning
c2014
|
Edition: | Sixth edition |
Subjects: |
Table of Contents:
- 1. Overview of programming and problem solving
- 2. C++ syntax and semantics, and the program development process
- 3. Numeric types, expressions, and output
- 4. Program input and the software design process
- 5. Conditions, logical expressions, and selection control structures
- 6. Looping
- 7. Additional control structures
- 8. Functions
- 9. Scope, lifetime, and more on functions
- 10. User-defined data types
- 11. Arrays
- 12. Classes and abstraction
- 13. Recursion