OOP344 20131 CDroid++

From CDOT Wiki
Revision as of 14:37, 13 February 2013 by Malzubair (talk | contribs) (Created page with '{{OOP344 Index | 20131}} == '''CDroid ++ (Team 9)''' == =='''Repository''' == Github Repo: CDroid (https://github.com/Seneca-OOP344/9-CDroid) =='''Guidelines For Coding (Must F…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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

CDroid ++ (Team 9)

Repository

Github Repo: CDroid (https://github.com/Seneca-OOP344/9-CDroid)

Guidelines For Coding (Must Follow)

1. Use 2 space indentations on anything you code

2. Use 1TBS(One True Brace Style) layout for braces around your code

3. Use general comments throughout your code

4. Use line spacing for the ease of reading

Example for above points

 int main(){
   //Variable defination and initialization
   int a = 10;
   int b = 20;
   bool check;   
   //checks if a is greater than b and vice versa
   if(a > b){
     check = true;
   }
   else{
     check = false;
   }
  
   //returns the value of check
   return check;
 }//End Of Code

Team Members

Email to all members

First Name Last Name Section Seneca ID Wiki ID IRC nick Github ID Blog URL
Omkar Parmar A onparmar onparmar onparmar onparmar C++ OOP Programming
Mohammed Al Zubair A malzubair Mohammed Al Zubair moalzubair malzubair Mohammed's Blog
Mohammad-Reza Akbari B makbari11 Mohammad-Reza Akbari reza-oop344 reza-oop344 Mohammad-Reza's Blog
Christopher Ho A csho3 Christopher Ho csho3 Chhoris Chris's blog