Changes

Jump to: navigation, search

OOP344 - Crimson Coders - 20102

2,725 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==
! ID !! First Name !! Last Name !! Team Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
|-
| A || [[User:Corey Angus | Corey]] || Angus || [[OOP344 - Crimson Coders - 20102 |The Crimson Coders]] || A || [mailto:caangus@learn.senecac.on.ca caangus] || [[Special:Contributions/Corey_Angus | Corey Angus]] || caangus || [http://coreyangus.blogspot.com/ Corey Angus]
|-
| B || [[User:cgm87 | Christopher]] ||Gervasi-Missen || [[OOP344 - Crimson Coders - 20102 |The Crimson Coders]] || A||[mailto:cgervasi-missen@learn.senecac.on.ca cgervasi-missen] || [[Special:Contributions/cgm87 | cgm87]] || cgm87|| [http://cgm087.blogspot.com/ My Blog]
|-
| C || [[User:Khabib | Kumail]] || Habib || [[OOP344 - Crimson Coders - 20102 |The Crimson Coders]] || A ||[mailto:khabib@learn.senecac.on.ca khabib] || [[Special:Contributions/Khabib | Khabib]] || kumail ||[http://kumailhabib.blogspot.com/ My Blog]
|-
| D || [[User:crgosselin| Chris]] ||Gosselin || [[OOP344 - Crimson Coders - 20102 |The Crimson Coders]] || A||[mailto:crgosselin@learn.senecac.on.ca crgosselin ] || [[Special:Contributions/crgosselin | crgosselin]] || crgosselin|| [http://crgosselin.blogspot.com/ Chris Gosselin's Blog]
|-
| E || [[User:Schau5| Sunny]] || Chau || [[OOP344 - Crimson Coders - 20102 |The Crimson Coders]]|| A || [mailto:schau5@learn.senecac.on.ca schau5] || [[Special:Contributions/Schau5| Schau5]] || ScsC || [http://s2000c.blogspot.com/ My Blog]
|-
|}
==To-Do==
* <s>Set date for IRC Meeting</s>. '''DONE'''* <s>Assign group members to write two functions work for IOF Simple Functions at first IRC meetingTextEdit part of the project.</s> '''DONE'''* Complete simple functions assigned for Saturday
==Schedule==
* IRC Meeting:
* <s>[[Oop344_20102_-_iof_functions#Simple_Functions | IOF Simple Functions]] due June 6th @ 11:59PM</s>
* [[Oop344_20102_-_iof_functions#Simple_Functions Complex_Functions | IOF Simple Complex Functions]] due June 6th 23th @ 11:59PM
* [[Oop344_20102_-_iof_functions#Complex_Functions OOP344_20102_TextEdit | IOF Complex FunctionsTextEdit Project]] due June 13th @ 11:59PMN/A
===Team Member Availability===
! - !! SUN<br /> !! MON<br /> !! TUE<br /> !! WED<br /> !! THU<br /> !! FRI<br /> !! SAT<br />
|-
| 09:00 || BC || - E || - || - || - || - || BC
|-
| 10:00 || BC || - E || - || - || - || - || BC
|-
| 11:00 || BC || - E || - || - || - || - || BC
|-
| 12:00 || C || - E || - || - || - || - || C
|-
| 13:00 || C || - E || - || - || - || B || C
|-
| 14:00 || - || - E || BC ABC || C E || - || B || -
|-
| 15:00 || - E || - AE || B || C AE || - || B || -
|-
| 16:00 || B BE || - AE || B || C E || - || B || B
|-
| 17:00 || B BE || - AE || C || C E || C E || C - || B
|-
| 18:00 || BC BCE || C ACE || C CE || C || C CE || C - || C
|-
| 19:00 || BC BCE || C ACE || C CE || C AC || C CE || C - || C-
|-
| 20:00 || BC BCE || BC ABCE || BC ABCE || BC ABC || C ACE || C - || C-
|-
| 21:00 || BC BCE || BC ABCE || BC ABCE || BC ABC || C ACE || C - || C-
|-
| 22:00 || BC BCE || BC ABCE || BC ABCE || BC ABC || C ACE || C - || C-
|-
| 23:00 || BC BCE || BC ABCE || BC ABCE || BC ABCE || C ACE || C E || C E
|-
|}
* 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)
** <strike>int iof_rows(void)</strike> <b>COMMITED</b> June 6th, 2010** <strike>int iof_cols(void)</strike> <b>COMMITED</b> June 6th, 2010
* Chris Gosselin (ID: D)
** <s>void iof_clrscr(void)</s>** <s>void iof_flush(void)</s>
* Sunny Chau (ID: E)
** <strike>void iof_putch(int c)</strike> <b>COMMITED</b> June 6th, 2010 3PM** <strike>void iof_prnstr(const char *s)</strike> '''COMMITED''' June 6th, 2010 3PM
===Complex Functions===
* TBACorey Angus (ID: A)** <s>int iof_edit(....)</s> * Christopher Gervasi-Missen (ID: B)** <s>void iof_displayflag(const char *format, int row, int col, int status)</s> * Kumail Habib (ID: C)** <s>int iof_flag(..........)</s> * Chris Gosselin (ID: D)** <s>void iof_displayMenuItem(..........)</s> * Sunny Chau (ID: E)** <strike>int iof_menuItem(....)</strike> '''COMMITED''' June 13th, 2010 9PM ==TextEdit: Member Assignment== * Corey Angus (ID: A)** IOField class * Christopher Gervasi-Missen (ID: B)** <s>IOFrame Class</s> '''DONE''' * Kumail Habib (ID: C)** <s>IOLabel class</s> * Chris Gosselin (ID: D)** IOEdit class * Sunny Chau (ID: E)** IOForm class ===Makefile=== Create a file called ''makefile'' and copy the following code into it. <big><syntaxhighlight lang="make"># Simple Makefile for GNU Make# Date Written: March 25, 2010# Date Updated: N/A  # C++ compiler flags(eg. -g = Enable Debugger)CXXFLAGS = -g # Enter C++ soucre file names but with *.o as file extension# (eg. SourceFile.cpp = SourceFile.o)OBJS = SourceFile.o # Specfiy any library that are used in the program but not defind# in $PATHLIBS = /lib/libncurses.so.5 # Specfiy output filename of the programTARGET = output_file # DO NOT CHANGE ANYTHING BELOW HERE # $(TARGET): $(OBJS) $(CXX) -o $(TARGET) $(OBJS) $(LIBS) all: $(TARGET) clean: rm $(OBJS) $(TARGET)
</syntaxhighlight></big>
To compile type ''make'' on the command line where the makefile and *.cpp source files are. To clean the project and remove all the object files and program file type ''make clean''. Note it's not necessary to type ''make clean'' and ''make'' every time you change code in the source file. Just type ''make'' and GNU Make will compare the source files with the object files and only compile and link the files that have been edited.
[[Category:OOP344]]
1
edit

Navigation menu