Changes

Jump to: navigation, search

Team G - OOP344 - 20132

394 bytes added, 20:45, 16 July 2013
Announcements
=== Master Status ===
* Master ('''last pushed/being pushed''') by ''Kevin Sidhu''
** R.01 Passes all tests
** Ugly code, Need to refine
== Announcements ==
 
<u>Kevin</u>
<br>CLineEdit
<br>CValEdit
<br>CDialog
<br>CText
<br>CMenu
 
<u>Zhun Xue</u>
<br>CButton
<br>CLabel
<br>CMenuItem
<br>CCheckMark
<br>CheckList
 
== Programming Style ==
Will update this soon..
=== Spaces ===* 1 space between keyword (if, do, while, for), the condition braces, and the { === Indentation===
* 2 spaces for indentation
* Do not use tab character
=== Variable Naming ===
<syntaxhighlight lang="cpp">
int main(){
int a = 1;
char* bookNames;
char bookId
return 0;
}
</syntaxhighlight>
 
* Try to avoid abbreviations unless very well known please:
<syntaxhighlight lang="cpp">
int main() {
int letterCount // Good
int numCount // Good
int ltrCnt // Bad
 
int numErrors // Good
int n // Bad - unknown meaning
int nerr // Bad - ambiguous
}
</syntaxhighlight>
|[[User:Kevin Sidhu | Kevin]]|| Sidhu ||B||[mailto:kssidhu1@myseneca.ca?subject=oop344- kssidhu1]||[[Special:Contributions/Kevin Sidhu|Kevin Sidhu]]||Coios||Coios|| [http://ksidhucode.blogspot.ca/
Kevin Codes
|-
|[[User:WikiID | first name]]|| last name ||A||[mailto:EmailId@myseneca.ca?subject=oop344- EmailId]||[[Special:Contributions/Wiki ID|Xin Li]]||IRC ID||Github ID|| [http://YourBlogURL
Blog Name]
|-
|[[User:WikiID | first name]]|| last name ||A||[mailto:zxue3@myseneca.ca?subject=oop344- EmailId]||[[Special:Contributions/Wiki ID|Zhun Xue]]||IRC ID||Github ID|| [http://YourBlogURL

Navigation menu