Open main menu

CDOT Wiki β

OOP344 201314-Anonymous

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 Peter's Blog
Nick Kemp Anonymous A nrkemp Nicholas Robert Kemp nrkemper nrkemper
Nathan Mohammed Anonymous A nsmohammed2 Nathan Shane Mohammed nsmohammed nsmohammed Nate's Blog

Discussion