Mastering C++
- Length: 503 pages
- Edition: 1
- Language: English
- Publisher: Independently published
- Publication Date: 2019-06-11
- ISBN-10: 1074243145
- ISBN-13: 9781074243142
- Sales Rank: #26823 (See Top 100 Books)
This book is meant to be an in-depth course on C++, as it covers the programming language from all angles. There are quizzes and practice questions at the end of each section so that students can test their knowledge and expertise.
Contents:
Introduction
Chapter 1: Setting Up Your Environment
Setting up Your Environment
Chapter 2: Beginner’s Guide
The Basics of C++
C++ Comments
Quiz 1
User Interaction and Variables
Quiz 2
If Statements
Expressions
Quiz 3
Loops
Quiz 4
Functions
Local and Global Variables
Quiz 5
Switch Case and Enums
Using Enums to Create Simple Data Types
Quiz 6
Randomizing Your Programs
Quiz 7
Chapter 3: Intermediate Guide
Arrays
Quiz 8
Structures
Quiz 9
Introduction to Pointers
Memory and Arrays
Quiz 10
Getting to Grips with Pointers
Quiz 11
Dynamic Memory Allocation
Quiz 12
Introduction to Data Structures And Linked Lists
Traversing Linked Lists
Quiz 13
Recursion
Loops And Recursion
Quiz 14
Binary Trees
Quiz 15
The Standard Template Library
Quiz 16
Let’s Talk Strings
Quiz 17
Debugging with Code::Blocks
Chapter 4: Advanced Guide
Writing Larger Programs
Quiz 18
Introduction to Program Design
Quiz 19
Hiding the Representation of Structured Data
Quiz 20
The Class
Quiz 21
The Lifecycle of a Class
Quiz 22
Inheritance and Polymorphism
Quiz 23
Namespaces
Quiz 24
File I/O
Quiz 25
Templates in C++
Quiz 26
Conclusion
Quiz Answers