Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C++: A Detailed Approach to Practical Coding (Step-By-Step C++ Book 2)

Posted By: naag
C++: A Detailed Approach to Practical Coding (Step-By-Step C++ Book 2)

C++: A Detailed Approach to Practical Coding (Step-By-Step C++ Book 2)
2017 | English | ASIN: B06XWMVNSV | 320 pages | PDF + EPUB (conv) | 1 Mb

A Comprehensive Guide with 80+ Examples

The second book in the Step-By-Step C++ Series delves further into practical C++ programming. This book serves as a teaching guide and also a reference manual to accompany you through this wonderful world of programming. Author Nathan Clark shares his nearly 20 years’ experience in this clear, concise and easy to follow guide.

What This Book Offers

Detailed Descriptions
Each topic is broken down into small manageable sections where each concept is explained in detail. We look at the different variations and types available, what the various return values mean and even how to avoid common errors.

86 Practical Examples
With each concept, we provide one or more example to illustrate the topic in a way that makes it easy to understand. We break examples down into their basic workings, and provide the output for you to compare to your own results.

Proper Syntax
We focus on the specific syntax in each topic, as well as alternative variations and how each functions.

Key Topics

Data Types
Variable Scope
Constants and Literals
Modifier Types
Operators
Numbers
Strings
Functions
Classes and Objects
Arrays
Pointers
Data Structure
Date and Time