Assignment 3
This homework is worth 10 points.
When you finish this assignment you should be able to:
- Demonstrate your ability to use the tools needed to produce programs in the local environment.
- Use a text editor to input and modify a c++ program.
- Eliminate syntax errors introduced in a c++ program during program entry.
- Use the compiler to produce an executable from a c++ program.
- Execute a c++ program in the local environment.
Assignment
For this assignment enter the program found in the Problem Solving Case Study on pages 78-82 of the book.
- Make sure that you have removed all syntax errors and that the code compiles.
- Add an appropriate comments at the top of the code identifying the you as the implementer and other assignment information.
- Modify the code so that the entire chess board is surrounded by a border.
While working on this code:
- Pay attention to indentation, your code should match the book (or indented by 4 spaces instead of two).
- Pay attention to capitalization, your code should match the book.
- Learn how to copy and paste with your editor of choice.
- Learn how to goto a line number in your editor of choice.
- Learn how to use command line history in the unix/linux environment.
- Pay attention to the code you should understand what it accomplishes and how it accomplishes this.
Notes
This is the last getting started homework. From here on out, you will be required to produce your own code from scratch.
Submission
When you have completed this task, send an email to your instructor with the source code file attached.
- Include the homework number (homework 3) in the subject of your message.
- Only attach the source code, not not send executables.