ENSC 104: DIGITAL COMPUTER PROGRAMMING
SCHEDULE OF TOPICS
- Introduction
- Introduction to C++
- Computer Organization
- History of C++
- Introduction to Visual C++
- Typical C++ Environment
- Simple Programs
- Arithmetic Operators
- Precedence
- If statement
- Examples
- Control
- Algorithms/PseudoCode
- The If/Else Selection Structure
- The while loop
- Operators
- The for loop
- The switch statement
- The do/while statement
- The break and continue statement
- Logical Operators
- Examples
- Functions
- Math library functions
- User defined functions
- Randon number generation
- Scope
- References
- Default Arguments
- Examples
- Arrays
- Examples of Arrays
- Passing Arrays to functions
- Sorting Arrays
- Example: Statistics
- Example: Searching Arrays
- Strings/Characters Arrays
- Examples
- File I/O
- Sequential File I/O: Reading and Writing