| Projects & Assignments | |
|---|---|
| Due Date | Assignment |
| 01-14-2008 | Project 0 - Submit Page Test |
| 01-30-2008 | HW 1 - Two's Complement |
| 02-06-2008 | Project 1 - Hello World |
| 02-11-2008 | Project 2 - If statements |
| 02-18-2008 | Project 3 - Loops |
| 03-18-2008 | Project 5 - Scope |
| 02-20-2008 | MIDTERM EXAM |
| 04-02-2008 | Project 6 - Pointers |
| 05-01-2008 | FINAL EXAM (3:00pm to 5:30pm, Friday) |
This course studies the basics of procedural programming (in CMSC 162, you will learn object-oriented programming). These basic C++ constructs are tools which enable you to build simple programs. Along the way, we will study some topics in theoretical computer science, such as number representation and boolean logic. Some of the topics we will cover are: data types and variables, basic input and output, file I/O, arrays, functions, conditional statements, and loops.
The syllabus for this course is here.