Difference between revisions of "Team A - OOP344 20133"
(→Team Name) |
(→Team Members) |
||
Line 71: | Line 71: | ||
{| class="wikitable sortable" border="1" cellpadding="5" | {| class="wikitable sortable" border="1" cellpadding="5" | ||
|+ Team Name : Team A | |+ Team Name : Team A | ||
− | ! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL | + | ! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Contact Info !! Blog URL |
|- | |- | ||
− | |[[User:Jaemin Yeo|Jaemin]]||Yeo||A||[mailto:jyeo@myseneca.ca?subject=oop344 jyeo]||[[Special:Contributions/Jaemin Yeo|Jaemin Yeo]]||Jaemin||[http://jaemyeo.blogspot.ca Jaemin's OOP344 Blog] | + | |[[User:Jaemin Yeo|Jaemin]]||Yeo||A||[mailto:jyeo@myseneca.ca?subject=oop344 jyeo]||[[Special:Contributions/Jaemin Yeo|Jaemin Yeo]]||Jaemin||Contact Info||[http://jaemyeo.blogspot.ca Jaemin's OOP344 Blog] |
|- | |- | ||
− | |||
|- | |- | ||
− | |[[User:Mohammad-Reza Akbari|Mohammad-Reza]]||Akbari||A||[mailto:makbari11@myseneca.ca?subject=oop344 makbari11]||[[Special:Contributions/Mohammad-Reza Akbari|Mohammad-Reza Akbari]]||reza_akbari||[http://worldofreza.wordpress.com/ Reza's Blog | + | |[[User:Mohammad-Reza Akbari|Mohammad-Reza]]||Akbari||A||[mailto:makbari11@myseneca.ca?subject=oop344 makbari11]||[[Special:Contributions/Mohammad-Reza Akbari|Mohammad-Reza Akbari]]||reza_akbari||(647)389-6082||[http://worldofreza.wordpress.com/ Reza's Blog] |
− | |||
− | |||
|- | |- | ||
|- | |- | ||
− | |[[User:onparmar|Omkar]]||Parmar||A||[mailto:onparmar@myseneca.ca?subject=oop344 onparmar]||[[Special:Contributions/onparmar|onparmar]]||onparmar|| | + | |[[User:onparmar|Omkar]]||Parmar||A||[mailto:onparmar@myseneca.ca?subject=oop344 onparmar]||[[Special:Contributions/onparmar|onparmar]]||onparmar||Contact Info|| |
[http://oopprogramming.wordpress.com/ C++ OOP Programming ] | [http://oopprogramming.wordpress.com/ C++ OOP Programming ] | ||
− | |||
|- | |- | ||
− | |[[User:Hamza-Tahir|Hamza]]||Tahir||A||[mailto:htahir1@myseneca.ca?subject=oop344 htahir1]||[[Special:Contributions/Hamza-Tahir|Hamza-Tahir]]||hamzaT- || | + | |[[User:Hamza-Tahir|Hamza]]||Tahir||A||[mailto:htahir1@myseneca.ca?subject=oop344 htahir1]||[[Special:Contributions/Hamza-Tahir|Hamza-Tahir]]||hamzaT- ||Contact Info|| |
[http://hamza-oop344.blogspot.com OOP344 C++] | [http://hamza-oop344.blogspot.com OOP344 C++] | ||
Revision as of 11:53, 28 October 2013
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team Name
Project Marking Percentage
Group work: 25%
Individual work: 75% +
------------------------
Total 100%
Repository
- Repo path: https://github.com/Seneca-OOP344/Team-A
Master Branch Status
Status
- Alter The Table Before You Merge To Master Repository
- Closed: Wait for the Repository to get opened
- Opened: The Repository is free and mergable
Master Status | Student Name | Date | Duration | Brief description |
---|---|---|---|---|
CLOSED/OPENED | NAME | DD/MM/YYYY | 00:00PM - 00:00PM | Description here |
Team-A Logs
Date | Time | Student's Name | Merged User | IRC Nickname | Description |
---|---|---|---|---|---|
DD/MM/YYYY | 00:00 PM | Full Name | MySenecaEmail | IRC Nickname | Merged Description here |
DD/MM/YYYY | 00:00 PM | Full Name | MySenecaEmail | IRC Nickname | Merged 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
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Contact Info | Blog URL |
---|---|---|---|---|---|---|---|
Jaemin | Yeo | A | jyeo | Jaemin Yeo | Jaemin | Contact Info | Jaemin's OOP344 Blog |
Mohammad-Reza | Akbari | A | makbari11 | Mohammad-Reza Akbari | reza_akbari | (647)389-6082 | Reza's Blog |
Omkar | Parmar | A | onparmar | onparmar | onparmar | Contact Info | |
Hamza | Tahir | A | htahir1 | Hamza-Tahir | hamzaT- | Contact Info |
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.
- Programmer Name :
- Status :
- Github Branch Link :
meetings
- latest will be on top