Data Structures and Other Objects Using C++ takes a gentle approach to the data structures course in C++. Providing an early, self-contained review of object-oriented programming and C++, this text gives students a firm grasp of key concepts and allows those experienced in another language to adjust easily. Flexible by design, professors have the option of emphasizing object-oriented programming, covering recursion and sorting early, or accelerating the pace of the course. Finally, a solid foundation in building and using abstract data types is also provided, along with an assortment of advanced topics such as B-trees for project building and graphs.
- Provides interfaces for the principal example classes, which are compliant with the ANSI/ISO C++ Standard Library classes.
- Thorough coverage of the role of the const keyword in the C++ Standard Library.
- Covers C++ features such as namespaces, static member constants, typename keyword, and inheritance.
- Thorough review of C++ syntax and OOP concepts in each chapter makes this book accessible for students at various levels.
SUPPLEMENTS
-
Source Code
-
Powerpoints
-
Solutions