C++ Assignment 1


Steps to completing Assignment #1

  1. Start Dev C++. Under the start menu choose Programs | Dev C++ | Dev C++
  2. Choose File | New Source File. Dev C++ will automatically generate most of the code
  3. Add the code that displays your name before system("PAUSE");
  4. Save your program by choosing File | Save Unit As
  5. compile and run your program by choosing Execute | Compile and Run
  6. A DOS window should that looks similar to the one below should appear