Download PDF
Default function parameters
Increments and decrements
rvalues in C++
auto
Reference data types in C++
Control flow
Exception handling
Adding methods to structs in C++
Struct inheritance in C++
Static variables in structs in C++
Objects
Object-Oriented Programming
Generic functions
Generic classes
Casting in C++
g++
cmake
Packages and namespaces
C standard library in C++
C++ Standard Library
Clang and LLVM
cpp double colon meaning
when do use by eg
#include <iostream> std::cout
if want to just use eg cout
using namespace std; cout
can use namespace in a specific scope, eg a function.