Chapter 1. C++ Introduction
In this chapter the language is introduced. Basic concepts such as keywords, literals, identifiers, declarations, native types, and type conversions are defined. Some history and evolution are discussed, along with the relationship between C++ and the C language.
Overview of C++ | ||
A Brief History of C++ | ||
Setup: Open-Source Platforms | ||
Setup: Win32 | ||
C++ First Example | ||
Input and Output | ||
Identifiers, Types, and Literals | ||
C++ Simple Types | ||
C++ Standard Library Strings | ||
Streams | ||
The Keyword const | ||
Pointers and Memory Access | ||
const* and *const | ||
Reference Variables |
Overview of C++
C++ was originally an extension to C, also known as “C with Objects.” It enhances C by adding several higher-level ...
Get An Introduction to Design Patterns in C++ with Qt 4 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.