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

C++ Fundamental Types and Declarations


  1. "Something in memory"
  2. Introduction
  3. Introduction, declared variables
  4. Every name has a type
  5. Type determines operations
  6. C++ Fundamental Types
  7. Boolean Type
  8. Boolean to integer conversion
  9. Character Data Type
  10. Character Set
  11. Character Literals
  12. Character Type Example
  13. Integer Types
  14. Integer Literals
  15. Floating-Point Numbers
  16. sizeof operator
  17. C++ variables
  18. Declaration Initializers
  19. Variable Names
  20. Variable Name Examples
  21. Scope of Variables
  22. Declaration Is a Statement