Difference between revisions of "Team E - OOP344 20133"
(→Status) |
(→Logs) |
||
Line 11: | Line 11: | ||
=== Logs === | === Logs === | ||
− | * | + | * October 17, 2013 @ 4:00PM by [mailto:jswilkin@myseneca.ca Justin], IRC: xwilkinx |
== Coding Style and Standards == | == Coding Style and Standards == |
Revision as of 18:33, 20 October 2013
Contents
Team Name
Project Marking Percentage
- Due right after study break
Repository
- Repo path: https://github.com/Seneca-OOP344/Team-E
Master Branch Status
Status
--- FREE --- BUSY
Logs
- October 17, 2013 @ 4:00PM by Justin, IRC: xwilkinx
Coding Style and Standards
- No tab characters allowed.
- Indents composed of 4 spaces:
int method(bool _condition) {
if (!_condition) {
return 0;
}
else {
cout << _condition << endl;
return _condition;
}
}
- Each object must have its own type:
int a;
int b;
CDialog D;
- Local/global variables:
int var1 = 10;
double var2 = 99.99;
char* var3 = "String";
- Parameter variables indicated by underline prefix:
void method(int _param1, double _param2, char* _param3);
Team Members
First Name | Last Name | Section | Seneca ID | Wiki ID | IRC | Blog Page |
---|---|---|---|---|---|---|
Justin | Wilkin | B | jswilkin | Justin Sean Wilkin | xwilkinx | Justin's Blog |
Dmitry | Romanenko | A | dromanenko | Dmitry Romanenko | dimon222 | Dmitry's Blog |
Santiago | Nieto | C | sanietogarzon | Santiago Andres Nieto Garzon | sanietogarzon | Santi's Blog |
Davson | dwandja | B | dwandja | Davson Wandja | DW_V | C++ object oriented programming language |
Tasks
Release 0.2
- Complete release 0.2 tasks
- Assigned to: All members
- Completed
Meetings
- October 20, 2013 @ 6:00pm
- Location: IRC channel #oop344-teame
- Discuss project organization and console files