Changes

Jump to: navigation, search

Team A - OOP344 20133

23 bytes removed, 19:50, 2 November 2013
Team Name
{{OOP344 Index | 20133}}
= Team NameA === Project Marking Percentage == <big><syntaxhighlight lang="cpp">Group work: 25% Individual work: 75% +------------------------Total 100%</syntaxhighlight></big>
== Repository ==
* Repo path: https://github.com/Seneca-OOP344/Team-A
 
=== Master Branch Status ===
 
====Status: <span style="color:green;font-weight:1000">OPEN</span>====
<!-- Change the color red or green -->
|}
 
== Coding Style and Standards ==
* No Tab Character allowed. Replace the Tabs with 2 spaces on any IDE that you're currently using.
* Each object must have its own type:
<big><syntaxhighlight lang="cpp">
int a;
int b;
CDialog D;
</syntaxhighlight></big>
* Every statement should be within its own curly brackets (Even it's a one line statement)
<big><syntaxhighlight lang="cpp">
for((initilization; condition; increment){
code block statement(s);
}
 
if(condition){
code block statement(s);
}
else{
code block statement(s);
}
 
</syntaxhighlight></big>
 
* Commenting Style:
<big><syntaxhighlight lang="cpp">
/*-------------------------
| Comment your class |
-------------------------*/
</syntaxhighlight></big>
== Team Members ==
*''' Status :''' The "Master" is passed the Release 0.2 requirements.
*''' Github Branch Link :''' https://github.com/Seneca-OOP344/Team-A/tree/Release_0.2_AddConsole
 
 
== Project Marking Percentage ==
 
<big><syntaxhighlight lang="cpp">
Group work: 25%
Individual work: 75% +
------------------------
Total 100%
</syntaxhighlight></big>
 
 
 
== Coding Style and Standards ==
* No Tab Character allowed. Replace the Tabs with 2 spaces on any IDE that you're currently using.
* Each object must have its own type:
<big><syntaxhighlight lang="cpp">
int a;
int b;
CDialog D;
</syntaxhighlight></big>
* Every statement should be within its own curly brackets (Even it's a one line statement)
<big><syntaxhighlight lang="cpp">
for((initilization; condition; increment){
code block statement(s);
}
 
if(condition){
code block statement(s);
}
else{
code block statement(s);
}
 
</syntaxhighlight></big>
 
* Commenting Style:
<big><syntaxhighlight lang="cpp">
/*-------------------------
| Comment your class |
-------------------------*/
</syntaxhighlight></big>
== meetings ==

Navigation menu