CS116
Created on Monday 07 January 2002 by Catalin L. Dumitrescu
Table of Contents
- CS11600-1
- Last Time
- Today
- What is C++?
- Programming Paradigms
- Program Structure
- Program Structure (2)
- Example (e1.cc)
- Statements
- Declaration
- Expression
- if
- switch
- while
- do ... while
- for
- break & continue
- goto
- return
- Example (e2.cc)
- Source Files
- Preprocessing
- #include
- #define, #undefine
- #if ... #endif
- #pragma
- Example (e3.cc)
- Compilation & Linking
- Homework
- Next Time