Changes

Jump to: navigation, search

Innovative Coders

43 bytes added, 17:47, 5 November 2012
m
Updated safe guards
== Coding Rules ==
*Indentation - '''2 Spaces''', no Tabs! (Change settings in Visual Studio)
*All safeguards for header files will use the following format: '''_IC_FILENAME_H__XX_FILENAME_H_'''(XX being your initials to make it unique)
*Member variables should begin with an underscore (i.e. int '''_data''')
*Blocks of code will follow the structure outlined below

Navigation menu