Difference between revisions of "OOP344 - The Coders - 20102"
(→Coding standards) |
(→Members List) |
||
Line 21: | Line 21: | ||
|- | |- | ||
− | | C || | + | | C || Zhang || Xi ||[mailto:xzhang148@learn.senecac.on.ca xzhang148] || A || http://xizhangblog.blogspot.com/ || xzhang148 || xzhang148 || [[Special:Contributions/xzhang148| Contributions]] || |
− | |||
− | |||
+ | |} | ||
− | |||
== Coding standards == | == Coding standards == | ||
=== Using Comments === | === Using Comments === |
Latest revision as of 21:16, 14 July 2010
Contents
Courses Learning
OOP344- Object Oriented Programming II Using C++ , (Introduction to Open Source)
- Further information: OOP344
Members List
ID | Last Name | Name | Seneca Username | Section | Blog Url | IRC Nick | SVN ID | My Contributions | Role |
---|---|---|---|---|---|---|---|---|---|
A | Liu | Yansong | ysliu2 | A | http://ysliu2.blogspot.com | ysliu2 | ysliu2 | Contributions | |
B | Wu | Xiaojiang | xwu56 | A | http://xwu0102.blogspot.com | Xwu | Xwu | Contributions | |
C | Zhang | Xi | xzhang148 | A | http://xizhangblog.blogspot.com/ | xzhang148 | xzhang148 | Contributions |
|
Coding standards
Using Comments
- Only using /* */ to comments, // is not allowed to comments.
Defining variables
- Do not create variables that are never use
- create a variable in one line
Using indent
- Two spaces for indent