Table of Contents
Preface
Part 1: C++ Building Block Essentials
1
Understanding Basic C++ Assumptions
Technical requirements
Reviewing basic C++ language syntax
Comment styles
Variable declarations and standard data types
Variables and array basics
Recapping basic I/O
The iostream library
Basic iostream manipulators
Revisiting control structures, statements, and looping
Control structures – if, else if, and else
Looping constructs – while, do while, and for loops
Reviewing C++ operators
Revisiting function basics
Reviewing user defined type basics
struct
typedef and “using” alias declaration
class
enum and strongly-typed enum
Recapping namespace basics
Summary
Questions
2
Adding Language Necessities
Technical requirements
Using the const and ...
Get Deciphering Object-Oriented Programming with C++ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.