Part 1: C++ Building Block Essentials
The goal of this part is to ensure that you have a strong background in non-OO C++ skills with which to build the forthcoming OOP skills in C++. This is the shortest section of the book, designed to quickly get you up to speed in preparation for OOP and more advanced book chapters.
The first chapter quickly reviews the basic skills that you are assumed to have to progress through the book: basic language syntax, looping constructs, operators, function usage, user defined type basics (struct, typedef, class basics, using statement, enum, strongly-typed enum), and namespace basics. The next chapter discusses const qualified variables, function prototyping, prototyping with default values, and function overloading. ...
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.