Difference between revisions of "OOP344"

From CDOT Wiki
Jump to: navigation, search
(The Project (under construction))
Line 12: Line 12:
 
* Please visit the [https://scs.senecac.on.ca School Of Computer Studies] website for the [https://scs.senecac.on.ca/course/oop344 detailed description] of the subject
 
* Please visit the [https://scs.senecac.on.ca School Of Computer Studies] website for the [https://scs.senecac.on.ca/course/oop344 detailed description] of the subject
  
== The Project (under construction) ==
+
== The Project ==
  
 
The project for this semester is a multi-platform, text-based application and is done using opensource concepts.<br />
 
The project for this semester is a multi-platform, text-based application and is done using opensource concepts.<br />
 
+
Check [[Project 20111 - OOP344]] for details.
The project is divided into 2 main parts: [[Iolib functions 20103 - OOP344| The Basic Input Output Library]], and [[Console Framework Classes 20103 - OOP344 | Framework and The Main Application]].
 
 
 
=== Basic Input Output Library ===
 
 
 
* C-based multi-platform IO functions: Majority of the code is provided by the prof.
 
* The Project is initiated on individual SVN accounts for each team.
 
* Each team member is to commit a section of the code and resolve possible conflicts.
 
 
 
=== Main Applicaton ===
 
 
 
This part will be done collaboratively in groups of 4 students under a simulated open source model.
 
 
 
* Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io''''' routines into classes.
 
* The Application<br />This part is written in C++ and uses the "Basic Encapsulating Classes" to interact with the user.
 
  
 
== Grading ==
 
== Grading ==

Revision as of 00:27, 11 January 2011

Object Oriented Programming II Using C++ with introduction to open source
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

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

Short link for current page: bit.ly/oop344

OOP344 -- Object Oriented Programming II Using C++

Subject Description and Course Outcomes

The Project

The project for this semester is a multi-platform, text-based application and is done using opensource concepts.
Check Project 20111 - OOP344 for details.

Grading

  • Tests
    • Test 1 10%
    • Test 2 10%
  • Project
    • IO Library 3%
    • Application 27%
    • Contribution and Participation and Quizzes 10%
  • Final Exam 40%

Resources

Examples and In-class Notes

svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password)

Archives

Class notes, samples, tests, ... 2001 -> 2009
checkout svn://zenit.senecac.on.ca/oop344/tags for all the notes since 2001 (Userid: oop344 | Password: blank)
OOP344 20093
OOP344 - 20101
OOP344 - 20102
OOP344 - 20103