Difference between revisions of "OOP344 - Crimson Coders - 20102"
(→Team Member Availability) |
m (→Simple Functions) |
||
Line 100: | Line 100: | ||
* Sunny Chau (ID: E) | * Sunny Chau (ID: E) | ||
− | ** void iof_putch(int c) | + | ** <strike>void iof_putch(int c)</strike> <b>COMMITED</b> June 6th, 2010 3PM |
− | ** void iof_prnstr(const char *s) | + | ** <strike>void iof_prnstr(const char *s)</strike> '''COMMITED''' June 6th, 2010 3PM |
===Complex Functions=== | ===Complex Functions=== |
Revision as of 13:44, 6 June 2010
The Crimson Coders
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Members
ID | First Name | Last Name | Team Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|---|---|
A | Corey | Angus | The Crimson Coders | A | caangus | Corey Angus | caangus | Corey Angus |
B | Christopher | Gervasi-Missen | The Crimson Coders | A | cgervasi-missen | cgm87 | cgm87 | My Blog |
C | Kumail | Habib | The Crimson Coders | A | khabib | Khabib | kumail | My Blog |
D | Chris | Gosselin | The Crimson Coders | A | crgosselin | crgosselin | crgosselin | Chris Gosselin's Blog |
E | Sunny | Chau | The Crimson Coders | A | schau5 | Schau5 | ScsC | My Blog |
To-Do
-
Set date for IRC Meeting. DONE -
Assign group members to write two functions for IOF Simple Functions at first IRC meeting.DONE - Complete simple functions assigned for Saturday
Schedule
- IRC Meeting:
- IOF Simple Functions due June 6th @ 11:59PM
- IOF Complex Functions due June 13th @ 11:59PM
Team Member Availability
Add your ID in the fields below on what times your available for IRC meetings
- | SUN |
MON |
TUE |
WED |
THU |
FRI |
SAT |
---|---|---|---|---|---|---|---|
09:00 | BC | - | - | - | - | - | BC |
10:00 | BC | - | - | - | - | - | BC |
11:00 | BC | - | - | - | - | - | BC |
12:00 | C | - | - | - | - | - | C |
13:00 | C | - | - | - | - | B | C |
14:00 | - | - | BC | C | - | B | - |
15:00 | - | - | B | C | - | B | - |
16:00 | B | - | B | C | - | B | B |
17:00 | B | - | C | C | C | C | B |
18:00 | BC | C | C | C | C | C | C |
19:00 | BC | C | C | C | C | C | C |
20:00 | BC | BC | BC | BC | C | C | C |
21:00 | BC | BC | BC | BC | C | C | C |
22:00 | BC | BC | BC | BC | C | C | C |
23:00 | BC | BC | BC | BC | C | C | C |
Basic Input Output Function Set: Member Assignment
Simple Functions
- Corey Angus (ID: A)
- void iof_init(void)
- void iof_end(void)
- Christopher Gervasi-Missen (ID: B)
- int iof_getch(void)
- void iof_movecur(int r, int c)
- Kumail Habib (ID: C)
- int iof_rows(void)
- int iof_cols(void)
- Chris Gosselin (ID: D)
- void iof_clrscr(void)
- void iof_flush(void)
- Sunny Chau (ID: E)
-
void iof_putch(int c)COMMITED June 6th, 2010 3PM -
void iof_prnstr(const char *s)COMMITED June 6th, 2010 3PM
-
Complex Functions
- TBA