CS116



Click here to start the Slideshow





Created on Monday 07 January 2002 by Catalin L. Dumitrescu

Table of Contents
  1. CS11600-1
  2. Last Time
  3. Today
  4. What is C++?
  5. Programming Paradigms
  6. Program Structure
  7. Program Structure (2)
  8. Example (e1.cc)
  9. Statements
  10. Declaration
  11. Expression
  12. if
  13. switch
  14. while
  15. do ... while
  16. for
  17. break & continue
  18. goto
  19. return
  20. Example (e2.cc)
  21. Source Files
  22. Preprocessing
  23. #include
  24. #define, #undefine
  25. #if ... #endif
  26. #pragma
  27. Example (e3.cc)
  28. Compilation & Linking
  29. Homework
  30. Next Time