Coding Stars 20121 - OOP344
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
- 1 Coding Stars - OOP344 20121
- 1.1 Project Marking Percentage
- 1.2 Repository
- 1.3 Team Members
- 1.4 tasks
- 1.4.1 R0.3 : CButton.cpp
- 1.4.2 R0.2 PART 1 - CLabel.cpp (Complete)
- 1.4.3 R0.2 Part 2 - CDialog.cpp
- 1.4.4 R0.2 Part 5 - CDialog.cpp
- 1.4.5 R0.2 Part 4 - CDialog.cpp
- 1.4.6 R0.2 Part 3 - CDialog.cpp
- 1.4.7 Meeting for R0.2
- 1.4.8 R0.2 Creating Moke-up Classes
- 1.4.9 R0.2 SPLIT ALL WORKS
- 1.4.10 R0.1 Programming, Debugging, Merging and Tagging
- 1.5 meetings
Coding Stars - OOP344 20121
Project Marking Percentage
- due right after study break
Group work: 50% (25 <= xx <= 50) Individual work: 50% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo id: OOP344_121REP06
Trunk Status
committed
committing by
- committed
- committing by
- committing by
- committed by
- committed by
- id: tvirutthasalam
- name: Thevakaran Virutthasalam
- irc nick: gobihun
- SVN id: gobihun
- --Tvirutthasalam 21:41, 13 February 2012 (EST)
- committing by
- committing by
- id: tvirutthasalam
- name: Thevakaran Virutthasalam
- irc nick: gobihun
- SVN id: gobihun
- --Tvirutthasalam 20:26, 13 February 2012 (EST)
- committing by
- committed
- committed/committing by
- id: emailid
- name: full name
- irc nick: mynick
- any other info
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Balwinder | Singh | A | bsingh107 | bsingh107 | B_Singh | balwinder open source@seneca |
Dimple | Gandhi | A | dhgandhi | dhgandhi | D_Gandhi | Dimple's open source@seneca |
Agron | Danushi | A | adanushi | adanushi | Danushi | Danushi's Blog |
Gulnaz | Danish | A | gdanish | gdanish | Gul | Gulnaz_OOP344 |
Thevakaran | Virutthasalam | A | tvirutthasalam | tvirutthasalam | gobihun | Deva's Blog |
tasks
R0.3 : CButton.cpp
- assigned to Gulnaz Danish
R0.2 PART 1 - CLabel.cpp (Complete)
- assigned to Balwinder Singh
- being done by Balwinder Singh
- status DONE
CLabel(const CLabel&); CLabel(const char *Str, int Row, int Col, int Len = 0); CLabel(int, int, int); ~CLabel(); void draw(int fn=C_NO_FRAME); int edit(); bool editable()const; void set(const void*);
R0.2 Part 2 - CDialog.cpp
- assigned to Agron Danushi
- being done by Agron Danushi
- status DONE
CDialog(CFrame *Container = (CFrame*)0, int Row = -1, int Col = -1, int Width = -1, int Height = -1, bool Borderd = false, const char* Border=C_BORDER_CHARS); virtual ~CDialog(); void draw(int fn = C_FULL_FRAME);
R0.2 Part 5 - CDialog.cpp
- assigned to Gulnaz Danish
- being done by Gulnaz Danish
- status DONE
CField& operator[](unsigned int); CField& curField();
R0.2 Part 4 - CDialog.cpp
- assigned to Thevakaran Virutthasalam
- being done by Thevakaran Virutthasalam
- status DONE
int edit(int fn = C_FULL_FRAME); bool editable(); int fieldNum()const; int curIndex()const;
R0.2 Part 3 - CDialog.cpp
- assigned to Dimple Hirjibhai Gandhi
- being done by Dimple Hirjibhai Gandhi
- status DONE
int add(CField* field, bool dynamic = true); int add(CField& field, bool dynamic = false); CDialog& operator<<(CField*); CDialog& operator<<(CField&);
Meeting for R0.2
- assigned to Gulnaz and Agron
- being done by Gulnaz and Agron
- status DONE
R0.2 Creating Moke-up Classes
- assigned to Thevakaran Virutthasalam
- being done by Thevakaran Virutthasalam
- status DONE
R0.2 SPLIT ALL WORKS
- assigned to Thevakaran Virutthasalam
- being done by Thevakaran Virutthasalam
- status DONE
R0.1 Programming, Debugging, Merging and Tagging
- assigned to ALL Team members
- being done by ALL Team members
- status DONE
meetings
- Meeting: Discussion about R0.2
- Day:Tuesday Feb 28, 2012
- Place:TEL Open Lab
- Time:11:00a.m-3:00p.m
- Attendants: Balwinder Singh, Gulnaz Danish, Agron Danushi, Thevakaran Virutthasalam