The Chernotes #1
Your handy study guide and review sheet

VARIABLES AND FUNCTIONS

Variables  (13 min - easy)

Memory


Types

Pointers and References

Functions (10 min - easy)

 

Basics


Example of Why Functions Are Important

Limits of Functions

Return Values and Main

HEADER FILES AND CONDITIONALS

Header Files (15 min - medium)

Why?

Header File Example

Conditions and Branches (20 min - medium)

 

Definition

If Statement Example

Booleans, Zero, and One  

Else If and Close

LOOPS AND FLOW

Loops  (12 min - easy)

For Loops

While Loops

Flow  (8 min - easy)

 

What are the three types of control statements

Continue

Break

Return


POINTERS AND REFERENCES

Pointers (17 min - hard)

Theory

Example

Dereferencing

Closure

References (10 min - hard)

 

Theory

Example