Changes

Jump to: navigation, search

Team K - OOP344 - 20132

173 bytes added, 17:35, 10 May 2014
m
Team Members
* Github: [https://github.com/Seneca-OOP344/K-Rep K-Rep]
=== Master Status ===
* Master ('''last pushed/being pushed''') by ''Team Member name''commit 82ce281deca20a35721992c75a9baa95197de0ef Author: A Khandelwal <akhandelwal@myseneca.ca> Date: Fri Aug 16 19:48:59 2013 -0400 V1.0
== Announcements ==
 
Classes most contributed to, by:
 
* A Khandelwal
** CButton
** CCheckMark
** CCheckList
 
* Artem Luzyanin
** CLabel
** CLineEdit
** CValEdit
** CMenu
 
* Elliot Kwan
** CDialog
** CText
** CMenuItem
 
== Programming Style ==
=== Indentation===
=== Blocks ===
<syntaxhighlight lang="cpp">
if(condition){ whatever statement;
}</syntaxhighlight>
 
=== Variable Naming ===
<syntaxhighlight lang="cpp">
int main(int argc, char* argv[], char* envp[])
{
int a = 1; char* bookNames; char bookId; return 0;
}
</syntaxhighlight>
! First Name !! Last Name !! Section !! Seneca Id & email !! wiki id !! IRC nick !! GITHUB ID !! Blog URL
|-
|[[User:Amal Khandelwal | Amal]]A|| Khandelwal ||A||[mailto:akhandelwal@myseneca.ca?subject=OOP344 akhandelwal@myseneca.ca]||[[Special:Contributions/Amal Khandelwal|Amal Khandelwal]]||HaydeezPluto||HaydeezPluto|| [http://haydeezpluto.wordpress.com OOP344]
|-
|[[User:Elliot Kwan | Elliot]]|| Kwan ||A||[mailto:ekwan10@myseneca.ca?subject=OOP344 ekwan10@myseneca.ca]||[[Special:Contributions/Elliot Kwan|Elliot Kwan]]||ElliotK||ElliotKwan|| [http://elliottheguy.wordpress.com/ ElliotTheGuy]

Navigation menu