The Chernotes #2
Your handy study guide and review sheet

CLASSES AND STRUCTS

Classes in C++ (8 min - medium)

Introduction


Player Example

Moving the Player

Classes vs. Structs (8 min - medium)

What is the difference?


However...


Cherno's Style Guide

Topic (11 min - medium)

Introduction

Code

CONSTRUCTORS AND DESTRUCTORS

Topic (7 min - easy)

Initialization

Using Constructors

Topic (5 min - medium)

Using Destructors

INHERITANCE

Topic (8 min - easy)

Introduction


Entity Example

ARRAYS

Arrays (18 min - medium)

The Basics


Memory

Arrays on the Heap


Standard Array in C++ 11