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

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Courses Learning == <h4>OOP344- Object Oriented Programming II Using C++ , (Introduction to Open Source)</h4> <dl style="margin-bottom:0.5em;margin-top:0.2em;line-height:1.5e…')
 
(Members List)
 
(5 intermediate revisions by 3 users not shown)
Line 11: Line 11:
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
{| class="wikitable sortable" border="1" cellpadding="5"
  
|+ Four Coders - Members list
+
|+ The Coders - Members list
 
! ID !! Last Name !! Name !! Seneca Username !! Section !! Blog Url !! IRC Nick !! SVN ID !! My Contributions !! Role
 
! ID !! Last Name !! Name !! Seneca Username !! Section !! Blog Url !! IRC Nick !! SVN ID !! My Contributions !! Role
  
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 ==
 +
=== 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 ==
 
== External links ==

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