Cart 0
9781292222332 Starting Out with C++ from control Structures through Object Gaddis 9E GE.jpg

Starting Out with C++ from Control Structures through Objects 9th GE - Tony Gaddis 9781292222332

RM 168.00

TITLE : Starting Out with C++ from Control Structures through Objects 9th GE - Tony Gaddis

ISBN13 :9781292222332 

PUBLISHER : PEARSON (2018)

EDITION : 9TH GLOBAL EDITION PAPERBACK

PAGES : 1344 COLOR PAGES

A clear and student-friendly way to teach the fundamentals of C++
Starting Out with C++: From Control Structures through Objects covers control structures, functions, arrays, and pointers before objects and classes in Tony Gaddis's hallmark accessible, step-by-step presentation.

His books help beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the "how" and the "why"-but never losing sight of the fact that most beginners struggle with this material. His approach is gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. Updates to the 9th Edition include revised, improved problems throughout and a new chapter featuring completely rewritten and expanded material on the Standard Template Library (STL).

Table of contents

1. Introduction to Computers and Programming
2. Introduction to C++
3. Expressions and Interactivity
4. Making Decisions
5. Loops and Files
6. Functions
7. Arrays and Vectors
8. Searching and Sorting Arrays
9. Pointers
10. Characters, C-Strings, and More about the string Class
11. Structured Data
12. Advanced File Operations
13. Introduction to Classes
14. More about Classes
15. Inheritance, Polymorphism, and Virtual Functions
16. Exceptions and Templates
17. The Standard Template Library
18. Linked Lists
19. Stacks and Queues
20. Recursion
21. Binary Trees
Appendix A: The ASCII Character Set
Appendix B: Operator Precedence and Associativity
Quick References