Difference between revisions of "Team B Project Dev Page 20103 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Moved functions from "to be compleated" to each member's "Task")
Line 12: Line 12:
 
! First Name !! Last Name !! Seneca Id !! wiki id !!  IRC nick !! Blog URL !! Tasks
 
! First Name !! Last Name !! Seneca Id !! wiki id !!  IRC nick !! Blog URL !! Tasks
 
|-
 
|-
|[[User:kmcdonald11 | Kaitlyn]]||McDonald||[mailto:kmcdonald11@learn.senecac.on.ca?subject=oop344 kmcdonald11]||[[Special:Contributions/kmcdonald11 |kmcdonald11]]||kmcdonald11||[http://kmcdonald11.blogspot.com/ Kaitlyn's Blog]|| Improving simple functions and writing testmain for '''Linux''' Platform. Once finished merge into trunk.
+
|[[User:kmcdonald11 | Kaitlyn]]||McDonald||[mailto:kmcdonald11@learn.senecac.on.ca?subject=oop344 kmcdonald11]||[[Special:Contributions/kmcdonald11 |kmcdonald11]]||kmcdonald11||[http://kmcdonald11.blogspot.com/ Kaitlyn's Blog]|| Improving simple functions and writing testmain for '''Linux''' Platform.
 
|-
 
|-
|[[User:jrobinson7 | James]]||Robinson||[mailto:jrobinson7@learn.senecac.on.ca?subject=oop344 jrobinson7]||[[Special:Contributions/jrobinson7 | jrobinson7]]||jrobinson7||[http://jrobinson7.wordpress.com Jim's Seneca Blog]|| Improving simple functions and writing testmain for '''Windows Borland C++''' Platform. Once finished merge into trunk.
+
|[[User:jrobinson7 | James]]||Robinson||[mailto:jrobinson7@learn.senecac.on.ca?subject=oop344 jrobinson7]||[[Special:Contributions/jrobinson7 | jrobinson7]]||jrobinson7||[http://jrobinson7.wordpress.com Jim's Seneca Blog]|| Improving simple functions and writing testmain for '''Windows Borland C++''' Platform.
 
|-
 
|-
|[[User:obogomaz | Oleg]]||Bogomaz||[mailto:obogomaz@learn.senecac.on.ca obogomaz]||[[Special:Contributions/obogomaz | obogomaz]]||obogomaz||[http://obogomaz.wordpress.com Oleg's Seneca Blog]|| Improving simple functions and writing testmain for '''Windows Visual C++''' Platform. Once finished merge into trunk.
+
|[[User:obogomaz | Oleg]]||Bogomaz||[mailto:obogomaz@learn.senecac.on.ca obogomaz]||[[Special:Contributions/obogomaz | obogomaz]]||obogomaz||[http://obogomaz.wordpress.com Oleg's Seneca Blog]|| Improving simple functions and writing testmain for '''Windows Visual C++''' Platform.
 
|-
 
|-
 
|}
 
|}
Line 26: Line 26:
 
! First Name !! Last Name !! Seneca Id !! wiki id !!  IRC nick !! Blog URL !! Tasks
 
! First Name !! Last Name !! Seneca Id !! wiki id !!  IRC nick !! Blog URL !! Tasks
 
|-
 
|-
|[[User:kmcdonald11 | Kaitlyn]]||McDonald||[mailto:kmcdonald11@learn.senecac.on.ca?subject=oop344 kmcdonald11]||[[Special:Contributions/kmcdonald11 |kmcdonald11]]||kmcdonald11||[http://kmcdonald11.blogspot.com/ Kaitlyn's Blog]||???
+
|[[User:kmcdonald11 | Kaitlyn]]||McDonald||[mailto:kmcdonald11@learn.senecac.on.ca?subject=oop344 kmcdonald11]||[[Special:Contributions/kmcdonald11 |kmcdonald11]]||kmcdonald11||[http://kmcdonald11.blogspot.com/ Kaitlyn's Blog]|| Working on functions: iol_displayMenuItem, int iol_menuItem, int iol_edit
 
|-
 
|-
|[[User:jrobinson7 | James]]||Robinson||[mailto:jrobinson7@learn.senecac.on.ca?subject=oop344 jrobinson7]||[[Special:Contributions/jrobinson7 | jrobinson7]]||jrobinson7||[http://jrobinson7.wordpress.com Jim's Seneca Blog]||???
+
|[[User:jrobinson7 | James]]||Robinson||[mailto:jrobinson7@learn.senecac.on.ca?subject=oop344 jrobinson7]||[[Special:Contributions/jrobinson7 | jrobinson7]]||jrobinson7||[http://jrobinson7.wordpress.com Jim's Seneca Blog]|| Working on functions: void iol_displayflag, int iol_flag, int iol_edit
 
|-
 
|-
|[[User:obogomaz | Oleg]]||Bogomaz||[mailto:obogomaz@learn.senecac.on.ca obogomaz]||[[Special:Contributions/obogomaz | obogomaz]]||obogomaz||[http://obogomaz.wordpress.com Oleg's Seneca Blog]|| ???
+
|[[User:obogomaz | Oleg]]||Bogomaz||[mailto:obogomaz@learn.senecac.on.ca obogomaz]||[[Special:Contributions/obogomaz | obogomaz]]||obogomaz||[http://obogomaz.wordpress.com Oleg's Seneca Blog]|| Working on functions: int iol_edit
 
|-
 
|-
 
|}
 
|}
Line 38: Line 38:
 
=== Functions still needed to be completed: ===
 
=== Functions still needed to be completed: ===
  
<big>'''int iol_edit'''(char* '''str''', int '''row''', int '''col''',
+
* None
            int '''fieldlen''', int '''maxdatalen''', int* '''insertmode''', int* '''offset''',
 
            int* '''curpos''', int '''IsTextEditor''', int '''ReadOnly''')</big>
 
 
 
<big>'''void iol_displayflag'''(const char* '''format''', int '''row''', int '''col''', int '''status''');</big>
 
 
 
<big>'''int iol_flag'''(const char* '''format''', int '''row''', int '''col''', int* '''status''', int '''radio''');</big>
 
 
 
<big>'''void iol_displayMenuItem'''(const char* '''format''', const char* '''menuItem''', int '''row''', int '''col''', int '''len''', int '''status''');</big>
 
 
 
<big>'''int iol_menuItem'''(const char* '''format''', const char* '''menuItem''', int '''row''', int '''col''', int '''len''', int* '''status''');</big>
 
  
  

Revision as of 16:20, 15 October 2010


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

Welcome to OOP344C Team B's Project Development Page!

The Project: Basic Input/Output Functions


Simple Functions (Platform dependent functions; conditional compilation) task distribution:

First Name Last Name Seneca Id wiki id IRC nick Blog URL Tasks
Kaitlyn McDonald kmcdonald11 kmcdonald11 kmcdonald11 Kaitlyn's Blog Improving simple functions and writing testmain for Linux Platform.
James Robinson jrobinson7 jrobinson7 jrobinson7 Jim's Seneca Blog Improving simple functions and writing testmain for Windows Borland C++ Platform.
Oleg Bogomaz obogomaz obogomaz obogomaz Oleg's Seneca Blog Improving simple functions and writing testmain for Windows Visual C++ Platform.


Complex Functions (Platform independent functions) task distribution:

First Name Last Name Seneca Id wiki id IRC nick Blog URL Tasks
Kaitlyn McDonald kmcdonald11 kmcdonald11 kmcdonald11 Kaitlyn's Blog Working on functions: iol_displayMenuItem, int iol_menuItem, int iol_edit
James Robinson jrobinson7 jrobinson7 jrobinson7 Jim's Seneca Blog Working on functions: void iol_displayflag, int iol_flag, int iol_edit
Oleg Bogomaz obogomaz obogomaz obogomaz Oleg's Seneca Blog Working on functions: int iol_edit


Functions still needed to be completed:

  • None


Suggested workload (by Fardad Soleimanloo):

  • The following are suggested task distribution between team members
  • Make a copy of the task distribution and add it to your project page, so I know who have done what
  • When committing your work to svn, make sure comment the task you are working on
  • You can exchange tasks between yourselves but make sure you have the changes reflected in your task distribution on your project page
  • If anyone needs help doing their part, don't hesitate to give them hand in logic and coding and blog about the problem and how it was fixed
  • If someone neglects to do their work or doesn't do the work on time , distribute his/her tasks between others, and send an email to me immediately. Those NOT doing the work will be fired from the group and have to do the project in a smaller scale alone.
  • If there are questions to be clarified, book a meeting with me on IRC. (send me an email and put the time in IRC meetings table with (??) added to team name. I will put my Initials if the meeting is approved.
  • If you believe I have overlooked any task or part, please add it here and I will take care of it: