Difference between revisions of "Team A - OOP344 20133"

From CDOT Wiki
Jump to: navigation, search
(Logs)
Line 18: Line 18:
 
*: Closed: Wait for the repo to get opened
 
*: Closed: Wait for the repo to get opened
 
====Logs====
 
====Logs====
* DateTime, Merged/being Merged by [mailto:emailid@learn.senecac.on.ca full name], ircnick: mynick, any other info
+
 
 +
{| class="wikitable sortable" border="1" cellpadding="5" |+ OOP344 - Section A - Team A Posts
 +
! Date !! Time !! Merged By User !! IRC Nickname !! User's Full Name !! Description
 +
 
 +
|-
 +
| XXX-XX-2013 || 12:00 AM || User's E-mail [mailto:emailid@learn.senecac.on.ca full name]|| IRC aaaa || User's Nick || Description here
  
 
== Coding Style and Standards ==
 
== Coding Style and Standards ==

Revision as of 13:12, 20 October 2013


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

Team Name

Project Marking Percentage

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

Repository

  • repo path:

Master Branch Status

Status

  • Open/Closed
    Open: you can merge now.
    Closed: Wait for the repo to get opened

Logs

Date Time Merged By User IRC Nickname User's Full Name Description
XXX-XX-2013 12:00 AM User's E-mail full name IRC aaaa User's Nick Description here

Coding Style and Standards

  • No Tab Character allowed. Replace the Tabs with 2 spaces on any IDE that you're currently using.
  • Each object must have its own type:
int a;
int b;
CDialog D;
  • Every statement should be within its own curly brackets (Even it's a one line statement)
for((initilization; condition; increment){
  code block statement(s);
}

if(condition){
  code block statement(s);

}
else{
  code block statement(s);

}

Team Members

Team Name : Team A
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Jaemin Yeo A jyeo Jaemin Yeo Jaemin Jaemin's OOP344 Blog
Mohammad-Reza Akbari A makbari11 Mohammad-Reza Akbari reza_akbari Reza's Blog
Omkar Parmar A onparmar onparmar onparmar

C++ OOP Programming

tasks

Task Name : Release 0.2

Due Date

Sunday Oct 20th, 23:59

  • Task Description  : Setting up the development environment and testing CFrame Base class.
More Detail http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.2_-_OOP344#To_Do
  • Programmer Name :
  • Status :
  • Github Branch Link :

meetings

  • latest will be on top

topic, date

date