How to read and understand a graded and returned programming project

The following helps you understand the folder of (hopefully) helpful information associated with a returned programming project.

Please note that the style standard will be carefully applied to projects.

Grader comments are preceded by a triple slash: /// This makes them easy to find in Word files or code files.

Open the solution file (ending in ".sln"). Use the menu command Edit | Find in files to search all files for "///". This will display a list of all grader comments. Double click on each item in this list to see each comment. Note that I don't repeat comments even if they apply to many functions. If I say a void function needs no return statement, that obviously applies to all void functions. I trust you to apply the comment in all places where it applies.

Last revised: 16 December, 2006 10:55 AM