Difference between revisions of "Innovative Coders"
(→Coding Rules) |
(Changed Issues & Status to new format) |
||
Line 30: | Line 30: | ||
==Issues and Status == | ==Issues and Status == | ||
− | === | + | ==== 0.2 Milestone (Due Fri 9th)==== |
+ | # Add console class to project and test with cio_test (issue 1) | ||
+ | # Create Mock-up classes | ||
+ | #: Create the class files (header and cpp) with blank methods and make sure they compile | ||
+ | ## CField Mock-up Class (issue 2.1) | ||
+ | ## CLabel Mock-up Class (issue 2.2) | ||
+ | ## CDialog Mock-up Class (issue 2.3) | ||
+ | ## CLineEdit Mock-up Class (issue 2.4) | ||
+ | ## CButton Mock-up Class (issue 2.5) | ||
+ | ## CValEdit Mock-up Class (issue 2.6) | ||
+ | ## CCheckMark Mock-up Class (issue 2.7) | ||
+ | ## CText | ||
+ | ### Add Text Class to the project (issue 2.8.1) | ||
+ | ### CText Mock-up Class (issue 2.8.2) | ||
+ | ## CCheckList Mock-up Class (issue 2.9) | ||
+ | |||
+ | ==== 0.X Milestone ==== | ||
* Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME] | * Assigned to: [mailto:EMAILID@myseneca.ca FULLNAME] | ||
* Code review by: [mailto:EMAILID@myseneca.ca FULLNAME] | * Code review by: [mailto:EMAILID@myseneca.ca FULLNAME] | ||
Line 36: | Line 52: | ||
*: (being developed/pull request/being reviewed/pushed to master) | *: (being developed/pull request/being reviewed/pushed to master) | ||
* comments: | * comments: | ||
− | *: | + | *: |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Coding Rules == | == Coding Rules == | ||
*For indentation - '''2 spaces''' will be used | *For indentation - '''2 spaces''' will be used |
Revision as of 16:03, 5 November 2012
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Innovative Coders (Team XIV)
Project Marking Percentage
- due immediately
Group work: 30% Individual work: 70% + ------------------------- Total 100%
Repository
- repo Github id:
Team Members
First Name | Last Name | Section | Seneca Id | Github ID | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|---|
Atieh | Mohammadi | B | amohammadi5 | Github:atiehm | Atieh Mohammadi | AtiehM | Journy Using C++ |
Shawnique | Warren | B | sdwarren1 | Github:nique12 | Shawnique Donaree Allison Warren | nique12 | Nique's World |
Svetlana | Molodtsova | B | smolodtsova | Github:s5molodtsova | Svetlana Molodtsova | sveta | Svetlana Molodtsova |
Prasanth | Vaaheeswaran | A | pvaaheeswaran | Github:vprasamth | Prasanth Vaaheeswaran | iampv | We're All Forked |
Tejaskumar | Patel | A | trpatel8 | Github:trpatel8 | Tejaskumar Ramanlal Patel | trpatel8 | Tejas Patel's OOP344 Blog |
Issues and Status
0.2 Milestone (Due Fri 9th)
- Add console class to project and test with cio_test (issue 1)
- Create Mock-up classes
- Create the class files (header and cpp) with blank methods and make sure they compile
- CField Mock-up Class (issue 2.1)
- CLabel Mock-up Class (issue 2.2)
- CDialog Mock-up Class (issue 2.3)
- CLineEdit Mock-up Class (issue 2.4)
- CButton Mock-up Class (issue 2.5)
- CValEdit Mock-up Class (issue 2.6)
- CCheckMark Mock-up Class (issue 2.7)
- CText
- Add Text Class to the project (issue 2.8.1)
- CText Mock-up Class (issue 2.8.2)
- CCheckList Mock-up Class (issue 2.9)
0.X Milestone
- Assigned to: FULLNAME
- Code review by: FULLNAME
- Status:
- (being developed/pull request/being reviewed/pushed to master)
- comments:
Coding Rules
- For indentation - 2 spaces will be used
- All safeguards for header files will use the following format: _IC_FILENAME_H_
- Member variables should begin with an underscore (eg int _data)
- Blocks of code will follow the structure outlined below
if(condition) { //code here }
- Always use curly brackets(with conditions) even for single line codes
- Label the start and finish when there are large blocks of code
- Briefly comment each function - outlining its purpose
Remember the class standards
- Declaring each variable separately
- Correct pointer placement (char* str)
meetings
- October 19, 2012. Group meeting room 1122. Time: 8.55 a.m. to 10.40 a.m.
Discussed coding rules and standards, grade distribution.