Programming Assignment

Compiling a C++ Program

 

Take any of the complete programs you have seen so far (from what I have put on the board or from the text).

Using Dev C++, type it in, save it (call it hw0.cpp), compile and run it.

Hand in a copy of the program and a copy of the output from the program.
For details on how to print a copy of the program and a copy of the output, go to How to Use Dev C++.

Be sure to include a comment giving your name and the purpose of the program.
Please do this on every program you write for the course.


This program will not be graded. It will simply be marked with a check.
I will mark down whether or not you have completed it.
Its purpose is to accustom you to the process of running a C++ program.
However, I will make comments on your program that I will expect you to follow in all of the later programs.