Course List
http://www.c-jump.com/bcc/
C++ Pointers
- Properties of a C++ variable
- Address of a C++ variable
- Storing address of a variable
- Pointer to a C++ variable
- Pointer "vocalization"
- Pointer is a also variable
- Why use pointers?
- Pointer dereference *ptr
- Pointer syntax
- Pointer summary
- String literal
- Pointer to character string
- Pointer as function argument
- Pointers and arrays
- Arrays of pointers
- Arrays of pointers example
- Command-line arguments
- Implementing swap( ) function