Cart
Free Shipping in the UK
Proud to be B-Corp

Problem Solving with C++ Walter Savitch

Problem Solving with C++ By Walter Savitch

Problem Solving with C++ by Walter Savitch


£9.90
New RRP £39.99
Condition - Very Good
Only 2 left

Summary

This is a revision of one of the books for the introduction to programming in C++ course. It explains C++ and basic programming techniques in a way suitable for beginning students, but offers a flexible organization that does not tightly prescribe the order in which topics must be studied.

Problem Solving with C++ Summary

Problem Solving with C++: The Object of Programming by Walter Savitch

Problem Solving with C++, 4e is a revision of one of the leading books for courses introducing programming in C++. The text explains C++ and basic programming techniques in a way suitable for beginning students. This book adapts to the syllabus created by the instructor rather than making you adapt to the book. The order in which the chapters and sections are covered can easily be changed without loss of continuity in reading the text.

The book teaches students how to define their own classes, while ensuring a solid understanding of basic tools such as simple control structures and function definitions. A measured approach is taken toward classes, teaching students how to write simple classes at first, then constructors are added, then overloading simple operators, then overloading the I/O operators <<<< and >>>>, and so forth. By defining their own classes early, students are getting a hands-on experience not provided by those texts that merely teach how to use classes in the beginning.

About Walter Savitch

Walter Savitch is a professor of computer science at the University of California, San Diego, where he has been one of the main designers of the computer science curriculum. A well-known and respected author and educator, he has most recently written Problem Solving with C++: The Object of Programming, Third Edition and Data Structures and Other Objects Using C++, Second Edition (with Michael Main).

Prof. Savitch has long been heralded by instructors and students alike for his engaging and accessible writing style. Absolute C++ will continue to benefit from these talents and earn more praise as it caters to the needs of everyone in the classroom.

Table of Contents

(Each Chapter concludes with a Chapter Summary, Answers to Self-Test Exercises, and Programming Projects.)

1. Introduction to Computers and C++ Programming.

Computer Systems.

Programming and Problem Solving.

Introduction to C++.

Testing and Debugging.



2. C++ Basics.

Variables and Assignments.

Input and Output.

Data Types and Expressions.

Simple Flow of Control.

Program Style.



3. Functions that Return a Value.

Top-Down Design.

Programmer-Defined Functions.

Procedural Abstraction.

Local Variables.

Overloading Function Names.



4. Functions for All Subtasks.

void-Functions.

Call-by-Reference Parameters.

Using Procedural Abstraction.



5. I/O Streams as an Introduction to Objects and Classes.

Streams and Basic File I/O.

Tools for Stream I/O.

Character I/O.

Inheritance.



6. Defining Classes.

Structures.

Classes.

Abstract Data Types.



7. More Flow of Control.

Using Boolean Expressions.

Multiway Branches.

Designing Loops.



8. Friends and Overload Operators.

Friend Function.

Overloading Operators.



9. Separate Compilation and Namespaces.

Separate Compilation.

Namespaces.



10. Arrays.

Introduction to Arrays.

Arrays in Functions.

Programming with Arrays.

Arrays and Classes.

Multidimensional Arrays.



11. Strings and Vectors.

An Array Type for Strings.

Vectors.



12. Pointers and Dynamic Arrays.

Pointers.

Dynamic Arrays.

Classes and Dynamic Arrays.



13. Recursion.

Recursive Functions for Tasks.

Recursive Functions for Values.

Thinking Recursively.



14. Templates.

Templates of Algorithm Abstraction.

Syntax for Class Templates.



15. Pointers and Linked Lists.

Nodes and Linked Lists.

A Linked List Application.



16. Inheritance.

Inheritance Basics.

Inheritance Details.

Polymorphism.



17. Exception Handling.

Exception Handling Basics.

Programming Techniques for Exception Handling.



Appendices.

Appendix 1. C++ Keywords.

Appendix 2. Precedence of Operators.

Appendix 3. ASCII Character Set.

Appendix 4. Some Library Functions.

Appendix 5. The Assert Statement.

Appendix 6. Inline Functions.

Appendix 7. Overloading the Array Index Square Brackets.

Appendix 8. The This Pointer.

Appendix 9. Overloading Operators as Member Operators.

Additional information

GOR003607891
9780321113474
0321113470
Problem Solving with C++: The Object of Programming by Walter Savitch
Used - Very Good
Paperback
Pearson Education (US)
20020812
1000
N/A
Book picture is for illustrative purposes only, actual binding, cover or edition may vary.
This is a used book - there is no escaping the fact it has been read by someone else and it will show signs of wear and previous use. Overall we expect it to be in very good condition, but if you are not entirely satisfied please get in touch with us

Customer Reviews - Problem Solving with C++