Difference between revisions of "20131 OOP344-GoogleChrome-osomes"

From CDOT Wiki
Jump to: navigation, search
(Added team member contact information)
(Programming Style)
Line 21: Line 21:
  
 
== Programming Style ==
 
== Programming Style ==
 +
====Header safeguards====
 +
 +
:<nowiki>#pragma once</nowiki>
 +
:<nowiki>#ifndef CLASSNAME_H__</nowiki>
 +
:<nowiki>#define CLASSNAME_H__</nowiki>
 +
 +
:...
 +
:<nowiki>#endif</nowiki>
 +
 +
 +
 +
 +
====Title Naming Standards====
 +
 +
// classname.cpp
 +
 +
//
 +
 +
// Team Google Chrome-osomes
 +
 +
// Date
 +
 +
// Version #

Revision as of 10:24, 12 April 2013

Google Chrome-osomes: Team 13

Team Members

Email to all members

First Name Last Name Team Name Section Seneca Id wiki id IRC nick GITHUB ID Blog URL
Phillip Hagan Google Chrome-osomes A [1] Phillip Hagan phil93 phagan Blog
Gwendolyn Damaren Google Chrome-osomes A [2] Gwendolyn Elaine Damaren gedamaren gedamaren Gwendolyn's C++ Blog
Jayakumar Govinthasamy Google Chrome-osomes A [3] Jayakumar Govinthasamy jayzeuz jgovinthasamy Jayakumar's Blog
Paul Roger Intal Google Chrome-osomes A [4] Paul Roger Balbas Intal printal printal is Object Oriented

Programming Style

Header safeguards

#pragma once
#ifndef CLASSNAME_H__
#define CLASSNAME_H__
...
#endif



Title Naming Standards

// classname.cpp

//

// Team Google Chrome-osomes

// Date

// Version #