Course List http://www.c-jump.com/bcc/

C++ Pointers


  1. Properties of a C++ variable
  2. Address of a C++ variable
  3. Storing address of a variable
  4. Pointer to a C++ variable
  5. Pointer "vocalization"
  6. Pointer is a also variable
  7. Why use pointers?
  8. Pointer dereference *ptr
  9. Pointer syntax
  10. Pointer summary
  11. String literal
  12. Pointer to character string
  13. Pointer as function argument
  14. Pointers and arrays
  15. Arrays of pointers
  16. Arrays of pointers example
  17. Command-line arguments
  18. Implementing swap( ) function