EE 102 Course Outline
- Problem solving and software engineering (Introduction)
- Data types, expressions and assignments, console program I/O
- Functions I
- Conditional statements I - if, else
- Loops I - for, forever for
- Classes I - more I/O with streams, string classes
- Conditional statements II - more if, switch
- Loops II - for, while, do-while, break, continue
- Functions II - passing parameters, variable scope, overloading, templates, intro to recursion
- Files and streams - text mode only
- Arrays: C-style arrays, some multidimensional arrays