Course list
http://www.c-jump.com/bcc/
C++ Fundamental Types and Declarations
- "Something in memory"
- Introduction
- Introduction, declared variables
- Every name has a type
- Type determines operations
- C++ Fundamental Types
- Boolean Type
- Boolean to integer conversion
- Character Data Type
- Character Set
- Character Literals
- Character Type Example
- Integer Types
- Integer Literals
- Floating-Point Numbers
- sizeof operator
- C++ variables
- Declaration Initializers
- Variable Names
- Variable Name Examples
- Scope of Variables
- Declaration Is a Statement