Changes

Jump to: navigation, search

Innovative Coders

43 bytes added, 10:17, 21 October 2012
Coding Rules
== Coding Rules ==
*For indentation - '''2 spaces''' will be used
*All safeguards for header files will use the following format: '''_IC_FILENAME_H_IC_FILENAME_H_'''
*Member variables should begin with an underscore (eg int _data)
*Blocks of code will follow the structure outlined below
If(condition)
{
//code here
}
*Label the start and finish when there are large blocks of code
*Declaring each variable separately
*Correct pointer placement (char* str)
 
== meetings ==

Navigation menu