Learn C++
Search textbook...
Introduction
C++ Fundamentals
Types and Structs
Initialization and References
Pointers and Memory
Containers, Iterators & Algorithms
Additional Topics
Introduction to C++ Fundamentals
Introduces the C++ type system, and how to construct your own types using structs.
Introduces the concept of variable construction and some memory semantics that C++ provides.
Pointers refer to the location of an object in memory
Edit on GitHub