Changes

Jump to: navigation, search

OOP344 - Crimson Coders - 20102

456 bytes added, 19:07, 20 August 2010
Development
 
 
==Development==
 
{| class="wikitable" border="1"
|+ Bugs/Problems/Unfinished Functions
! Class/File !! Function !! Problem !! Fixed?
|-
| IOTextEdit.cpp || ALL || Not sure how it's supposed to interact with the other classes ||
|-
| iofield.cpp || int IOField::edit() || Enforces the children to have an edit method || DONE
|-
| iofield.cpp || IOField& IOField::set(const void* data) || Enforces the children to have a set method || DONE
|-
| ioform.cpp || IOForm& add(IOField* field, bool dynamic = true) || || DONE
|-
| ioform.cpp || IOForm& add(IOField* field, bool dynamic = false) || || DONE
|-
| iovedit.cpp || ALL || || DONE
|-
| main.cpp || ALL || ||
 
|}
==Members==
==To-Do==
* <s>Set date for IRC Meeting</s>. '''DONE'''* <s>Assign group members to write two functions for IOF Simple Functions at first IRC meeting.</s> '''DONE'''* <s>Complete simple functions assigned for Saturday</s> '''DONE''' * <s>Assign group members complex functions to write at IRC meeting.</s>'''DONE''' * <s>Complete complex functions assigned for Saturday</s>'''DONE''' 
* Assign work for TextEdit part of the project.
* Corey Angus (ID: A)
** <s>void iof_init(void)</s>** <s>void iof_end(void)</s>
* Christopher Gervasi-Missen (ID: B)
** <s>int iof_getch(void)</s>** <s>void iof_movecur(int r, int c)</s>
* Kumail Habib (ID: C)
* Chris Gosselin (ID: D)
** <s>void iof_clrscr(void)</s>** <s>void iof_flush(void)</s>
* Sunny Chau (ID: E)
* Corey Angus (ID: A)
** <s>int iof_edit(....)</s>
* Christopher Gervasi-Missen (ID: B)
* Kumail Habib (ID: C)
** <s>int iof_flag(..........)</s>
* Chris Gosselin (ID: D)
** <s>void iof_displayMenuItem(..........)</s>
* Sunny Chau (ID: E)
* Corey Angus (ID: A)
** N/AIOField class
* Christopher Gervasi-Missen (ID: B)
** N<s>IOFrame Class</As> '''DONE'''
* Kumail Habib (ID: C)
** N<s>IOLabel class</As>
* Chris Gosselin (ID: D)
** N/AIOEdit class
* Sunny Chau (ID: E)
** N/AIOForm class
===Makefile===
1
edit

Navigation menu