Difference between revisions of "OOP344 201314-Anonymous"

From CDOT Wiki
Jump to: navigation, search
(Team Members)
(Team Members)
Line 55: Line 55:
 
! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id !!  IRC nick !! GITHUB ID !! Blog URL
 
! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id !!  IRC nick !! GITHUB ID !! Blog URL
 
|-
 
|-
|[[User:Peter Anthony Veri|Peter]]||Li||[[N/A|Anonymous]]||A||[mailto:paveri@myseneca.ca?subject=oop344 paveri]||[[Special:Contributions/Peter Anthony Veri|Peter Veri]]||Xin12||steven5736|| [http://xin12.blogspot.ca/ Xin's Blog]
+
|[[User:Peter Anthony Veri|Peter]]||Veri||[[N/A|Anonymous]]||A||[mailto:paveri@myseneca.ca?subject=oop344 paveri]||[[Special:Contributions/Peter Anthony Veri|Peter Veri]]||Peter_Veri||peter_veri|| [http://xin12.blogspot.ca/ Xin's Blog]
 
|-
 
|-
 
|[[User:Wei Wang|Wei]]||Wang||[[N/A|NIU]]||A||[mailto:wwang125@myseneca.ca?subject=oop344 wwang125]||[[Special:Contributions/Wei Wang|Wei Wang]]||weiwang||wangwei2009727|| [http://weiwangoop344.blogspot.com/ Wei's blog]
 
|[[User:Wei Wang|Wei]]||Wang||[[N/A|NIU]]||A||[mailto:wwang125@myseneca.ca?subject=oop344 wwang125]||[[Special:Contributions/Wei Wang|Wei Wang]]||weiwang||wangwei2009727|| [http://weiwangoop344.blogspot.com/ Wei's blog]

Revision as of 12:09, 22 February 2013


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Anonymous (14)


Announcement

Programming Style

1. Indentation

  • Two spaces or half a tab


2. Blocks

if(something){

  abc = xyz;
  while(abc == 0){

    printf("What is this?\n");
  }
    return abc;

}


3. Variable Naming

int main()
{
    int a = 1;
    char* book_names;
    return 0;
}

class _foo()

int foo();

int foo(char id,int x){

  _id=id;

}

Team Members

OOP344 - NIU
First Name Last Name Team Name Section Seneca Id wiki id IRC nick GITHUB ID Blog URL
Peter Veri Anonymous A paveri Peter Veri Peter_Veri peter_veri Xin's Blog
Wei Wang NIU A wwang125 Wei Wang weiwang wangwei2009727 Wei's blog
Chen Zang NIU B czang1 czang1 Johnson czang1 Chen's Blog

Discussion