Changes

Jump to: navigation, search

Innovative Coders

487 bytes added, 09:56, 21 October 2012
no edit summary
*:
== Coding Rules ==
*For indentation - '''2 spaces''' will be used
*All safeguards for header files will use the following format: '''_IC_FILENAME_H'''
*Member variables should begin with an underscore (eg int _data)
*Blocks of code will follow the structure outlined below
 
 
*Label the start and finish when there are large blocks of code
*Briefly comment each function - outlining its purpose
 
'''Remember the class standards'''
*Declaring each variable separately
*Correct pointer placement (char* str)
== meetings ==

Navigation menu