Difference between revisions of "The Coders - OOP344"

From CDOT Wiki
Jump to: navigation, search
(TO DO LIST)
(TO DO LIST)
Line 39: Line 39:
 
== TO DO LIST ==
 
== TO DO LIST ==
  
# Everybody should create their directory under branches in our team repository.
+
Everybody should create their directory under branches in our team repository.
  
# Simple Functions each of us need to commit to SVN:
+
Simple Functions each of us need to commit to SVN:
  * srchandr - bio_init() and bio_end()
+
* srchandr - bio_init() and bio_end()
  * tdao3 - bio_rows() and bio_cols()
+
* tdao3 - bio_rows() and bio_cols()
  * hwang94 - bio_clrscr() and bio_flush()
+
* hwang94 - bio_clrscr() and bio_flush()
  * flee8 - bio_getch() and bio_move(r, c)
+
* flee8 - bio_getch() and bio_move(r, c)
  
# Each of us have to commit some "KEYS" for bio_edit:
+
Each of us have to commit some "KEYS" for bio_edit:
  * srchandr - LEFT_KEY and RIGHT_KEY
+
* srchandr - LEFT_KEY and RIGHT_KEY
  * tdao3 - HOME_KEY and END_KEY
+
* tdao3 - HOME_KEY and END_KEY
  * hwang94 - INSERT_KEY and DEL_KEY
+
* hwang94 - INSERT_KEY and DEL_KEY
  * flee8 - BACKSPACE_KEY and TAB_KEY
+
* flee8 - BACKSPACE_KEY and TAB_KEY
  
 
== Team Announcement ==
 
== Team Announcement ==

Revision as of 17:30, 1 March 2010



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 - - - 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 -
Fardad Soleimanloo fsoleima - - - fardad - -

to all the Coders


SVN Account

oop344_101rep7

Notes

TO DO LIST

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

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)

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

Team Announcement

Team Coding Rules

Conventions and Styles