Difference between revisions of "OOP344 20131 - iCODE"
Haiyu Qiao (talk | contribs) |
Haiyu Qiao (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | <big>iCODE Team Page</big> | |
{{OOP344 Index | 20131}} | {{OOP344 Index | 20131}} | ||
+ | = iCODE = | ||
− | ==CONTACTS== | + | == CONTACTS == |
[mailto:hqiao3@myseneca.ca;cchen116@myseneca.ca;yhwong6@myseneca.ca;jmfeng1@myseneca.ca?subject=oop344-iCODE EMAIL TEAM MEMBER]<br /> | [mailto:hqiao3@myseneca.ca;cchen116@myseneca.ca;yhwong6@myseneca.ca;jmfeng1@myseneca.ca?subject=oop344-iCODE EMAIL TEAM MEMBER]<br /> | ||
Line 25: | Line 26: | ||
− | ==PROJECT STYLE== | + | == PROJECT STYLE == |
*Indentations are to be in spaces of 4 | *Indentations are to be in spaces of 4 | ||
Line 46: | Line 47: | ||
− | == | + | == RESOURCES == |
Revision as of 04:45, 13 February 2013
iCODE Team Page
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
iCODE
CONTACTS
EMAIL TEAM MEMBER
number of team members: 4
First Name | Last Name | Team Name | Section | Seneca Id | wiki id | IRC nick | GITHUB ID | Blog URL | Area |
---|---|---|---|---|---|---|---|---|---|
Haiyu | Qiao | iCODE | B | hqiao3 | Haiyu Qiao | CallaQ | haiyuqiao | C++ Island | CButton |
Chun | Chen | iCODE | B | cchen116 | Chun Chen | Garycc | Garycc | GaryC's blog | ClineEdit |
Yue Heng(Brian) | Wong | iCODE | B | yhwong6 | Yue Heng Wong | byhwong | yhwong | Brian's blog | CLabel |
Jie Ming(Jay) | Feng | iCODE | B | jmfeng1 | Jie Ming Feng | jayfeng | jayfeng | Blue Jay C++ | CDialog |
PROJECT STYLE
- Indentations are to be in spaces of 4
- blocks are to be coded as follows:
- the beginning bracket must go with the statement
- the ending bracket is standalone
- Variables and class names are to be in camel case. Variable names should beign with a lowercase letter and class names should begin with an uppercase letter.
Example:
if(data){ ... } else{ ... }