The Coders - OOP344

From CDOT Wiki
Revision as of 13:55, 18 March 2010 by Dawson (talk | contribs) (Team Announcement)
Jump to: navigation, search



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

Team Members

The Coders - Member list
Last Name Name Seneca Username Section Blog Url IRC Nick SVN ID My Contributions Role
Senthil Raju Chandran srchandr A http://senthilchandran.blogspot.com whackydevil srchandr srchandr -
Thanh Dao tdao3 A Blog tdao3 tdao3 tdao3 -
Huaxing Wang hwang94 B WellThan Gtx hwang94 hwang94
Frenton Lee flee8 A Blog flee8 flee8 flee8 -
Mubashir Raziq mraziq - - - mraziq - -
Michael Dawson mgdawson B Blog majorbludd mgdawson Dawson Team Contact
Fardad Soleimanloo fsoleima - - - fardad - -

to all the Coders

SVN Account

oop344_101rep7

Notes

TO DO LIST

1) Everybody should create their directory under branches in our team repository.

2) Simple Functions each of us need to commit to SVN:

  • srchandr - bio_init() and bio_end()
  • tdao3 - bio_rows() and bio_cols()
  • hwang94 - bio_clrscr() and bio_flush()
  • flee8 - bio_getch() and bio_move(r, c)

3) Each of us have to commit some "KEYS" for bio_edit(...):

  • srchandr - LEFT_KEY and RIGHT_KEY
  • tdao3 - HOME_KEY and END_KEY
  • hwang94 - INSERT_KEY and DEL_KEY
  • flee8 - BACKSPACE_KEY and TAB_KEY

4) Complex Functions we each need to commit:

  • srchandr - bio_displayflag(...)
  • tdao3 - bio_flag(...)
  • hwang94 - bio_displayMenuItem(...)
  • flee8 - bio_menuItem(...)

Team Announcement

mgdawson - I have added my biof.c into our team repository trunk. And I've updated our To-Do list.

flee8 - Please get test 9 passed as soon as possible -- DONE

flee8 - I can draw the Frame in bFrame.cpp but can't set the width and height manually......please take a look at my flee8Assign2 depository

flee8 - When are we going to have our next meeting?

mgdawson - Here is my skype id: majorbludd77

Team Coding Rules

Conventions and Styles