Difference between revisions of "OOP344 20131-OOP344geeks"
Pankaj Sama (talk | contribs) (→Team Discussion) |
Pankaj Sama (talk | contribs) (→Issues and Working Tasks) |
||
Line 70: | Line 70: | ||
== Issues and Working Tasks == | == Issues and Working Tasks == | ||
* Issue 3.5_CButton_Implementation is DONE | * Issue 3.5_CButton_Implementation is DONE | ||
+ | * Issue 4.1_CValEdit_MockUp is assigned to Divya Sharma | ||
+ | * Issue 4.2_CCheckMark_MockUp is assigned to Pankaj Sama | ||
+ | * Issue 4.3_CMenuItem_MockUp is assigned to Pankaj Sama | ||
+ | * Issue 4.4_CText_MockUp is assigned to Vivel Patel | ||
+ | * Issue 4.5_CCheckList_MockUp is assigned to Vivek Patel | ||
== Help Needed == | == Help Needed == |
Revision as of 00:34, 21 March 2013
Contents
OOP344geeks (Team 6)
Team Member's Information
First Name | Last Name | Section | Seneca ID | Wiki ID | IRC nick | Github ID | Blog URL | Area | Status |
---|---|---|---|---|---|---|---|---|---|
Pankaj | Sama | B | psama | Pankaj Sama | pankaj | pankajsama01 | Pankaj's Blog | CButton | Available |
Vivek | Patel | B | vrpatel13 | Vivek Patel | vivek | vivek5255 | Vivek's Blog | CDialog | Available |
Divya | Sharma | B | dsharma37 | Divya Sharma | Divya | divya5 | Divya's Blog | CLabel | Available |
Koghulan | Namasivayam | B | knamasivayam1 | Koghulan Namasivayam | koghulan_ | kogu | Koghulan's blog | CLineEdit | Dropped |
Programming Style
A. Indentation
- Using the 4 spaces(TAB) and inserting spaces
B. Blocks
int main()
{
int name;
int first;
if (name == first)
{
cout << "name matches" << endl;
}
}
C. Variable Naming
- Variable name start with: First letter uppercase and rest are lowercase
- For Example:
int Age;
int Sex;
Fardad's Rule
int a; // good
int b; // good
int a, b. c; //bad
int
a; // bad
Single line blocks must be surrounded by { and }
if(whatever)
{
do this:
} // good
if(whatever) do this; //bad
if(whatever)
do this; // bad
Team Discussion
Update cuigh.h and frame.h Pankaj Sama
Please Note: Koghulan Namasivayam Dropped the course and at present we are three members in group.
Issues and Working Tasks
- Issue 3.5_CButton_Implementation is DONE
- Issue 4.1_CValEdit_MockUp is assigned to Divya Sharma
- Issue 4.2_CCheckMark_MockUp is assigned to Pankaj Sama
- Issue 4.3_CMenuItem_MockUp is assigned to Pankaj Sama
- Issue 4.4_CText_MockUp is assigned to Vivel Patel
- Issue 4.5_CCheckList_MockUp is assigned to Vivek Patel
Help Needed
Team's Meetings
- Team Meeting on 04/Mar/2013 at 4:00PM in the Library
- Team Meeting on 13/Mar/2013 at 4:00PM in the Library