<b></b>This book successfully balances the introduction of object-oriented concepts with data structures in C++.<br /><b>KEY TOPICS</b>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
Data Structures and Other Objects Using C++
โ Scribed by Michael G. Main; Walter J. Savitch
- Publisher
- Pearson
- Year
- 2010
- Tongue
- English
- Leaves
- 829
- Edition
- 4
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This book successfully balances the introduction of object-oriented concepts with data structures in C++.
KEY TOPICS 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, make the book accessible for programmers at various levels. The book also gives readers a firm grasp of key concepts and allows programmers experienced in another language to adjust easily. 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.
MARKET: This book is designed for novice programmers who have learned the concepts of objects and classes and want to move on to the data structures topics of recursion and data abstraction.
๐ SIMILAR VOLUMES
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
<P style="MARGIN: 0px"> <I>Data Structures and Other Objects Using C++</I> 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 experience
Think, Then Code<br>When it comes to writing code, preparation is crucial to success. Before you can begin writing successful code, you need to first work through your options and analyze the expected performance of your design. Thats why Elliot Koffman and Paul Wolfgangs Objects, Abstraction, Data