Difference between revisions of "Team C - OOP344 20133"
Ruojia Chen (talk | contribs) (→meetings) |
|||
(15 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
== Project Marking Percentage == | == Project Marking Percentage == | ||
* due right after study break | * due right after study break | ||
− | <big> | + | <big><syntaxhighlight lang="cpp">Group work: 50% |
− | Group work: | + | Individual work: 50% |
− | Individual work: | ||
------------------------- | ------------------------- | ||
Total 100% | Total 100% | ||
− | </big> | + | </syntaxhighlight></big> |
+ | |||
== Repository == | == Repository == | ||
* repo path:https://github.com/Seneca-OOP344/Team-C | * repo path:https://github.com/Seneca-OOP344/Team-C | ||
Line 16: | Line 16: | ||
*: Closed: Wait for the repo to get opened | *: Closed: Wait for the repo to get opened | ||
====Logs==== | ====Logs==== | ||
− | * DateTime, Merged/being Merged by [mailto: | + | * DateTime, Merged/being Merged by [mailto:SenecaId@learn.senecac.on.ca full name], IRC: IRC name |
+ | |||
== Coding Style and Standards == | == Coding Style and Standards == | ||
* No Tab Character allowed. (replace tabs with spaces) | * No Tab Character allowed. (replace tabs with spaces) | ||
Line 24: | Line 25: | ||
int b; | int b; | ||
CDialog D; | CDialog D; | ||
+ | |||
+ | </syntaxhighlight></big> | ||
+ | <big><syntaxhighlight lang="cpp"> | ||
+ | Commenting at every functionality. | ||
+ | void sum(int a, int b) //Sum of numbers | ||
</syntaxhighlight></big> | </syntaxhighlight></big> | ||
Line 34: | Line 40: | ||
|- | |- | ||
|- | |- | ||
− | |[[User:Puneet Thakur | Puneet]]|| Thakur|| C|| [mailto:pthakur1@learn.senecac.on.ca?subject=oop344 | + | |[[User:Puneet Thakur | Puneet]]|| Thakur|| C|| [mailto:pthakur1@learn.senecac.on.ca?subject=oop344 pthakur1] || [[Special:Contributions/Puneet Thakur| Puneet Thakur]] || pthakur1|| [http://OOP344pthakur1.blogspot.ca] |
+ | |- | ||
+ | |- | ||
+ | |[[User:Qin Chen | Qin ]]|| Chen || A || [mailto:qchen77@myseneca.ca?subject=oop344 Qin Chen] || [[Special:Contributions/Qin Chen | Qin Chen]] || janty001 ||[http://janty001.wordpress.com/] | ||
+ | |- | ||
+ | |- | ||
+ | |[[User:Chenming Xu | Chenming ]]|| Xu || A || [mailto:cxu38@myseneca.ca?subject=oop344 Chenming Xu] || [[Special:Contributions/Chenming Xu | Chenming Xu]] || cxu38 ||[http://www.blogger.com/blogger.g?blogID=4374456704607501716#overview/src=dashboard/] | ||
+ | |- | ||
+ | |- | ||
+ | |[[User:Yuchen Song | Yuchen ]]|| Song || B || [mailto:ysong48@myseneca.ca?subject=oop344 Yuchen Song] || [[Special:Contributions/Yuchen Song | Yuchen Song]] || ysong48 ||[http://www.yuchensong.com/] | ||
|- | |- | ||
|} | |} | ||
Line 41: | Line 56: | ||
=== task name === | === task name === | ||
* task description | * task description | ||
− | * | + | * |
− | * | + | ==========0.3========== |
+ | *'''prototyping''' | ||
+ | --Yuchen Song <br/> | ||
+ | |||
+ | *'''CLabel''' | ||
+ | --Qin Chen <br/> | ||
+ | |||
+ | *'''CDialog''' | ||
+ | --Yuchen Song,Chenming Xu <br/> | ||
+ | |||
+ | *'''CLineEdit''' | ||
+ | --Puneet Thakur,Harshwinder Singh <br/> | ||
+ | |||
+ | ==========0.4========== | ||
+ | *'''CCheckMark''' | ||
+ | --Yuchen Song <br/> | ||
+ | |||
+ | *'''CValEdit''' | ||
+ | --Qin Chen <br/> | ||
+ | |||
+ | *'''CMenuItem''' | ||
+ | --Yuchen Song<br/> | ||
+ | *'''CButton''' | ||
+ | --Chenming Xu <br/> | ||
== meetings == | == meetings == | ||
Line 49: | Line 87: | ||
=== topic, date === | === topic, date === | ||
[[Irc logs of meeting (unique name) - oop344 20113 | date]] | [[Irc logs of meeting (unique name) - oop344 20113 | date]] | ||
+ | Hi, Qin Chen , Pls contact me, check your email, thank you. | ||
+ | rchen50@myseneca.ca | ||
+ | I had sent you an email.... |
Latest revision as of 12:45, 10 December 2013
Contents
CODE ROCKERS
Project Marking Percentage
- due right after study break
Group work: 50%
Individual work: 50%
-------------------------
Total 100%
Repository
- repo path:https://github.com/Seneca-OOP344/Team-C
Master Branch Status
Status
- Open/Closed
- Open: you can merge now.
- Closed: Wait for the repo to get opened
Logs
- DateTime, Merged/being Merged by full name, IRC: IRC name
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;
Commenting at every functionality.
void sum(int a, int b) //Sum of numbers
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Harshwinder | Singh | C | Harshwinder Singh | Harshwinder Singh | harsh1 | [1] |
Puneet | Thakur | C | pthakur1 | Puneet Thakur | pthakur1 | [2] |
Qin | Chen | A | Qin Chen | Qin Chen | janty001 | [3] |
Chenming | Xu | A | Chenming Xu | Chenming Xu | cxu38 | [4] |
Yuchen | Song | B | Yuchen Song | Yuchen Song | ysong48 | [5] |
tasks
task name
- task description
====0.3====
- prototyping
--Yuchen Song
- CLabel
--Qin Chen
- CDialog
--Yuchen Song,Chenming Xu
- CLineEdit
--Puneet Thakur,Harshwinder Singh
====0.4====
- CCheckMark
--Yuchen Song
- CValEdit
--Qin Chen
- CMenuItem
--Yuchen Song
- CButton
--Chenming Xu
meetings
- latest will be on top
topic, date
date Hi, Qin Chen , Pls contact me, check your email, thank you. rchen50@myseneca.ca I had sent you an email....