Changes

Jump to: navigation, search

OOP344 20131 Oopers

267 bytes added, 04:44, 14 February 2013
Coding Guidelines
* Private instance var - '''_dataExample''' - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc.
* Public functions - '''GetData()''' - first letter of each word in function name is uppercase (rest of characters are lowercase).
* Each variable should be written in one line
'''Examples:'''
int a; // good  int a, b. c; //bad '''4)'''Seneca Honesty Policy, Date, Professor Name, Student (or Group), Section, Class should be in a comment on the top of every source file ('''.cpp''' and '''.h''')
== '''Team Members''' ==

Navigation menu