1
edit
Changes
Changed format for file headings.
==File Headings==
Each file with the extension of *.cpp, *.c, and *.h must include a comment heading at the beginning of the file stating the file name, author (and usernameTeam Nothing), date created, last modified date, and description of what the file does. The description should be clear and concise. This must be enclosed using /* and */.
<pre>
/*
* File Name: example.cpp
* Author: Name (seneca id) * Date Created: 23-May-2010 * Last Modified Date: 11-Nov-2010Team Nothing
* Description: This is a clear and concise description of the file.
*/