Difference between revisions of "OOP344 - The Coders - 20102"

From CDOT Wiki
Jump to: navigation, search
(Coding standards)
(Members List)
 
Line 21: Line 21:
  
 
|-
 
|-
| C || Wu || Ling ||[mailto:lwu11@learn.senecac.on.ca lwu11] || A || http://lingwu11.blogspot.com/ || ling_wu ||ling_wu  || [[Special:Contributions/ling11| Contributions]] ||
+
| C || Zhang || Xi ||[mailto:xzhang148@learn.senecac.on.ca xzhang148] || A || http://xizhangblog.blogspot.com/ || xzhang148 || xzhang148 || [[Special:Contributions/xzhang148| Contributions]] ||
  
|-
 
| D || 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 22:16, 14 July 2010

Courses Learning

OOP344- Object Oriented Programming II Using C++ , (Introduction to Open Source)

Further information: OOP344


Members List

The Coders - 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

External links

Discussion Board

PROJECTS