Difference between revisions of "OOP344 - 20101"

From CDOT Wiki
Jump to: navigation, search
(Week 2 - Sep 13)
(Week 2 - Sep 13)
Line 46: Line 46:
 
= OOP344 -- Weekly Schedule =
 
= OOP344 -- Weekly Schedule =
 
==Week 2 - Sep 13==
 
==Week 2 - Sep 13==
 
+
===To Do===
 
* Add your name to the [[OOP344 Student List]]
 
* Add your name to the [[OOP344 Student List]]
 
* Join the IRC by [http://www.wikihow.com/Register-a-User-Name-on-Freenode registering your nickname on freenode] server and joining the #Seneca channel
 
* Join the IRC by [http://www.wikihow.com/Register-a-User-Name-on-Freenode registering your nickname on freenode] server and joining the #Seneca channel
 
* Create a blog (if you don't already have one) and add your feed to [http://zenit.senecac.on.ca/~chris.tyler/planet/ Planet CDOT]
 
* Create a blog (if you don't already have one) and add your feed to [http://zenit.senecac.on.ca/~chris.tyler/planet/ Planet CDOT]

Revision as of 14:10, 14 September 2009

OOP344 - OOP344 Student List - OOP344 Teams - OOP344 Assignment One

Please help make this page resourceful for all OOP344 students to use!

OOP344 -- Object Oriented Programming II Using C++

Subject Description and Course Outcomes

The Project

The project for this semester is a multiplatform text based, Text Editor.

The project is divided into 2 main parts.

Individual work

Done individually! Each student must complete and hand her/his own work, no collaboration permitted for this part.

Open Source

This part will be done collaboratively in groups of ??? (to be decided) students under a simulated open source model

  • Basic Encapsulating Classes (bec)
    This part is written in C++ and encapsulates the io routines into classes
  • The Text Editor
    this part is written in C++ and uses the bec classes to do full text edit.

Grading

To be completed

Resources

Examples

Examples and Notes done in class

Archives

Class notes, samples, tests, ... since 2001

OOP344 -- Weekly Schedule

Week 2 - Sep 13

To Do