Changes

Jump to: navigation, search

Team Excellence - oop344 20113 Code Standards

284 bytes added, 23:22, 13 October 2011
no edit summary
I think we should follow Fardad's lead and start all of our class' member variable names with an underscore '_' to differentiate them from other variables.
= Comments =
== File Header ==
At the start of your files put a comment that defines the file and and declares when it was last updated and by whom
<syntaxhighlight lang="cpp">
// One Line File Name / Description
// filename.h
//
// Chad Pilkey
// Oct 13 2011
// Version 1.0
//
</syntaxhighlight>
1
edit

Navigation menu