Changes

Jump to: navigation, search

Team H - OOP344 - 20132

399 bytes added, 13:10, 10 July 2013
Team Members
=== Master Status ===
* Master ('''last pushed/being pushed''') by ''Terry''
** Added operator<< and operator>> methods; cleaned up strdspModified .gitignore
== Announcements ==
=== Operators ===
Binary operators should be spaced away from their operands, while unary operators should not. Exception: Membership and scope resolution operators should not be spaced.
=== Classes ===
Console();
~Console();
};
int foo() { // That brace should be on the next line
int bar()
{
if ( foo() ) { // This brace should be one space away from the if's condition...
return 3;
}else if ( bar() ){ // ...and so should these braces
|-
|[[User:Chisa Takata | Chisa]]|| Takata ||A||[mailto:ctakata@myseneca.ca?subject=oop344- ctakata]||[[Special:Contributions/Chisa Takata|Chisa Takata]]||chisat||chisat|| [http://chisa-takata.tumblr.com chisat]
|-
|[[User:Jaejin Lee | Jaejin]]|| Lee ||B||[mailto:jlee334@myseneca.ca?subject=oop344- jlee334]||[[Special:Contributions/Wiki ID|Jaejin Lee]]||jaejin||jaejinlee|| [http://jlee334.wordpress.com/ jlee334]
|-
|}
 
*Drew Terrance Kerr:
**CLineEdit
**CValEdit
**CMenu
**CCheckList
 
*Jaejin Lee
**CButton
**CText
**CCheckMark
 
*Chisa Takata
**CDialog
**CLabel
**CMenuItem
== Discussions ==

Navigation menu