This text is intended for use in the second programming course
Programming is a matter of learning by doing. Eric Roberts’ Programming Abstractions in C++ gives students opportunities to practice and learn with engaging graphical assignments. A client-first approach to data structures helps students absorb, and then apply the material.
Teaching and Learning Experience
This program presents a better teaching and learning experience—for you and your students. It will help:
Chapter 1 Overview of C++
Chapter 2 Functions and Libraries
Chapter 3 Strings
Chapter 4 Streams
Chapter 5 Collections
Chapter 6 Designing Classes
Chapter 7 Introduction to Recursion
Chapter 8 Recursive Strategies
Chapter 9 Backtracking Algorithms
Chapter 10 Algorithmic Analysis
Chapter 11 Pointers and Arrays
Chapter 12 Dynamic Memory Management
Chapter 13 Efficiency and Representation
Chapter 14 Linear Structures
Chapter 15 Maps and Hashing
Chapter 16 Trees
Chapter 17 Expression Trees
Chapter 18 Sets
Chapter 19 Graphs