Difference between revisions of "OOP344 - Crimson Coders - 20102"

From CDOT Wiki
Jump to: navigation, search
(Schedule: added team member availability grid)
m (Team Member Availability)
Line 38: Line 38:
  
 
===Team Member Availability===
 
===Team Member Availability===
 +
 +
'''<div style="color:red; text-align:center">Add your ID in the fields below on what times your available for IRC meetings</div>'''
 +
  
 
{| border="1" cellpadding="5"
 
{| border="1" cellpadding="5"
Line 43: Line 46:
 
! - !! SUN<br /> !! MON<br /> !! TUE<br /> !! WED<br /> !! THU<br /> !! FRI<br /> !! SAT<br />
 
! - !! SUN<br /> !! MON<br /> !! TUE<br /> !! WED<br /> !! THU<br /> !! FRI<br /> !! SAT<br />
 
|-
 
|-
| 09:00 || - || - || - || - || - || - || -
+
| 09:00 || B || - || - || - || - || - || B
 
|-
 
|-
| 10:00 || - || - || - || - || - || - || -
+
| 10:00 || B || - || - || - || - || - || B
 
|-
 
|-
| 11:00 || - || - || - || - || - || - || -
+
| 11:00 || B || - || - || - || - || - || B
 
|-
 
|-
 
| 12:00 || - || - || - || - || - || - || -
 
| 12:00 || - || - || - || - || - || - || -
 
|-
 
|-
| 13:00 || - || - || - || - || - || - || -
+
| 13:00 || - || - || - || - || - || B || -
 +
|-
 +
| 14:00 || - || - || B || - || - || B || -
 
|-
 
|-
| 14:00 || - || - || - || - || - || - || -
+
| 15:00 || - || - || B || - || - || B || -
 
|-
 
|-
| 15:00 || - || - || - || - || - || - || -
+
| 16:00 || B || - || B || - || - || B || B
 
|-
 
|-
| 16:00 || - || - || - || - || - || - || -
+
| 17:00 || B || - || - || - || - || - || B
 
|-
 
|-
| 17:00 || - || - || - || - || - || - || -
+
| 18:00 || B || - || - || - || - || - || -
 
|-
 
|-
| 18:00 || - || - || - || - || - || - || -
+
| 19:00 || B || - || - || - || - || - || -
 
|-
 
|-
| 19:00 || - || - || - || - || - || - || -
+
| 20:00 || B || B || B || B || - || - || -
 
|-
 
|-
| 20:00 || - || - || - || - || - || - || -
+
| 21:00 || B || B || B || B || - || - || -
<!--|-
 
| 21:00 || - || - || - || - || - || - || -
 
 
|-
 
|-
| 22:00 || - || - || - || - || - || - || -
+
| 22:00 || B || B || B || B || - || - || -
 
|-
 
|-
| 23:00 || - || - || - || - || - || - || - -->
+
| 23:00 || B || B || B || B || - || - || -  
 
|-
 
|-
 
|}
 
|}

Revision as of 13:57, 3 June 2010

The Crimson Coders


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources


Members

OOP344 - 2010 The Crimson Coders
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:

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 B - - - - - B
10:00 B - - - - - B
11:00 B - - - - - B
12:00 - - - - - - -
13:00 - - - - - B -
14:00 - - B - - B -
15:00 - - B - - B -
16:00 B - B - - B B
17:00 B - - - - - B
18:00 B - - - - - -
19:00 B - - - - - -
20:00 B B B B - - -
21:00 B B B B - - -
22:00 B B B B - - -
23:00 B B B B - - -

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)
    • void iof_prnstr(const char *s)

Complex Functions

  • TBA