Introduction to computer programming

Course Notes

This section contains links to my course notes for the C++ programming language.

  1. Computer overview
  2. Introduction
  3. Fundamentals
  4. Flow control
  5. Functions
  6. I/O streams

Homework and Exams

  1. Preparing for Exam I
  2. Preparing for Exam II
  3. Preparing for the Final Exam
  4. Flow control assignment
  5. Function assignment
  6. Coin machine project

Programs

This section contains some of the example programs we used in class.

  1. hello world
  2. area of a rectangle
  3. payment size for a loan
  4. determine size of variable types
  5. determine ranges for variable types
  6. ASCII character set
  7. Pay check
  8. Coin machine
  9. Credits
  10. Grades

Useful links

Return to Manthey