Changes

Jump to: navigation, search

Team Team - OOP344

1,746 bytes added, 17:12, 19 March 2010
Code Repository and Link To OpText Tasks
| Woodley|| Carolyn|| [mailto:cwoodley1@learn.senecac.on.ca cwoodley1] || B || http://carolynwoodley.blogspot.com || CWoodley || ... || [[Special:Contributions/cwoodley | Contributions]]||
|-
| Cohen|| Bryan|| [mailto:bmcohen1bmcohen@learn.senecac.on.ca bmcohen] || B || http://bmcohen.blogspot.com || bmcohen || ... || [[Special:Contributions/bmcohen | Contributions]]||
|-
| Kim|| Taehoon|| [mailto:tkim28@learn.senecac.on.ca tkim28]|| B || http://hoonkoon.blogspot.com/ || Hoongoon || [[?]] tkim28 || [[Special:Contributions/tkim28 | Contributions]]||
|-
| Khamar|| Ashutosh|| [mailto:amkhamar@learn.senecac.on.ca amkhamar] || B || http://ash4chilled.blogspot.com || Ashu || ... || [[Special:Contributions/amkhamar | Contributions]]|| |-| Lin || Michael || [mailto:mlin25@learn.senecac.on.ca mlin25] || A || http://krazyazn.blogspot.com/ || mlin25 || ... || [[Special: Contributions/mlin25 | Contributions]] || |-| Mirza || Umar || [mailto:umirza@learn.senecac.on.ca umirza] || A || http://mar-talks.blogspot.com/ || umirza85 || ... || [[Special: Contributions/umirza | Contributions]] || |-
|}
== Code Repository ==
oop344_101rep6
 
== Link to OpText Tasks Page ==
 
[[The Team OpText - OOP344 | The Team OpText - OOP344 ]]
== IRC ==
Our first IRC meeting with Fardad is on Tuesday January 26th 2009 at 20:00 to 22:00.
From now on meetings will be held on Tuesdays at 8pm until 10pm.
 
 
Generally we will try to have our meetings at 20:00 to 22:00 on Tuesdays.
== Rules ==
}
* Make variable names meaningful/understandable for everyone (not just yourself)
* At the end of each code block, code what you're ending
ex: for (int i = 0; i < 4;i++)
{
code here
}//end for loop
 
== Assignment 1 ==
 
First Release Due: February 9th, 2010
 
I think we should get a rough of idea of what simple functions each of us is going to be working on, to prevent
any of us from accidentally working on the same function as someone else. Just put what function(s) your going to be working on beside your name below:
 
*Dave: '''Simple:''' int bio_getch (void), void bio_move (...) '''Complex:''' void bio_display(...), void bio_displayflag(...)
*Brendan:
*Carolyn: '''Complex:''' int bio_menuItem(.....)
*Brian:
*Taehoon: '''Simple:''' void bio_clrscr(void), void bio_flush(void) '''Complex:''' void bio_displayMenuItem(..........)
*Ashutosh: '''Simple: ''' int bio_rows(), int bio_cols() '''Complex: ''' int bio_edit(, ,,,,,,, )
*Michael: '''Simple: ''' void bio_putch(int c), void bio_putstr(const char *s) '''Complex: ''' int bio_flag(...)
*Umar: '''Simple: ''' Have all simple functions coded, if anyone needs a hand let me know '''Complex: ''' int bio_edit()
== Issues ==
1
edit

Navigation menu