Difference between revisions of "Teamp Page Template - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Coding Style and Standards =)
(Coding Style and Standards)
Line 16: Line 16:
  
 
== Coding Style and Standards ==
 
== Coding Style and Standards ==
 +
* No Tab Character allowed. (replace tabs with spaces)
 +
* Each object must have its own type:
 +
<big><syntaxhighlight lang="cpp">
 +
int a;
 +
int b;
 +
CDialog D;
 +
</syntaxhighlight></big>
  
 
== Team Members ==
 
== Team Members ==

Revision as of 11:22, 15 October 2013


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

DO NOT EDIT THIS PAGE, JUST COPY THE CONTENT

Team Name

Project Marking Percentage

  • due right after study break

Group work:      XX%        (25 <= xx <= 50)
Individual work: XX% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo path:

Master Branch Status

  • committed/committing by full name, ircnick: mynick, any other info

Coding Style and Standards

  • No Tab Character allowed. (replace tabs with spaces)
  • Each object must have its own type:
int a;
int b;
CDialog D;

Team Members

Team Name (team x)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL

tasks

task name

  • task description
  • being done by team member name / not assigned
  • status


meetings

  • latest will be on top

topic, date

date