Changes

Jump to: navigation, search

Pineapple 20131 - OOP344

116 bytes added, 23:22, 12 February 2013
no edit summary
== Project Marking Percentage ==
* due immediately 2/19/2013
<big>
Group work: 40% (25 <= xx <= 50)
Individual work: 60% + (50 <= xx <= 75)
-------------------------
Total 100%
</big>
== Repository ==
== Coding Style ==
1. Make sure to comment your code for any logic you think is complicated
 
Fardad's rules
int a; // good
int a, b. c; //bad
int
a; // bad
Single line blocks must be surrounded by { and }
if(whatever){
do this:
} // good
if(whatever) do this; //bad
if(whatever)
do this; // bad
== Team Members ==

Navigation menu