Course Web Pages

Related Links

Free eBooks


C++ Basics

The videos below demonstrate some of the basics of a C++ program by showing you how to write a short "Game Over" program a la Dawson's Beginning C++ book. Following the videos on "Game Over" are an explanation of the compilation process and more on cout and cin.

The Game Over program.

A walkthrough of the Game Over program.

How your code is turned into a running application

cout and cin

Exercise

Write and submit a working Game Over program.