Difference between revisions of "OOP344 - Crimson Coders - 20102"
Corey Angus (talk | contribs) (→Simple Functions: added Kumail's simple functions to do) |
m (→Simple Functions: Added assign functions for cgm87) |
||
Line 46: | Line 46: | ||
* Christopher Gervasi-Missen (ID: B) | * Christopher Gervasi-Missen (ID: B) | ||
− | ** | + | ** int iof_getch(void) |
− | ** | + | ** void iof_movecur(int r, int c) |
* Kumail Habib (ID: C) | * Kumail Habib (ID: C) |
Revision as of 15:42, 1 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.
- Assign group members to write two functions for IOF Simple Functions at first IRC meeting.
Schedule
- IRC Meeting: June 1st @ 4:00PM EST (Tentative)
- IOF Simple Functions due June 6th @ 11:59PM
- IOF Complex Functions due June 13th @ 11:59PM
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)
- N/A
- N/A
- Sunny Chau (ID: E)
- N/A
- N/A
Complex Functions
- TBA