Difference between revisions of "OOP344"
Takeiteasy (talk | contribs) (→The Project (under construction): added the link to assingment #1) |
m (Edited some punctuation and grammar.) |
||
Line 14: | Line 14: | ||
== The Project (under construction) == | == The Project (under construction) == | ||
− | The project for this semester is a | + | The project for this semester is a multi-platform, text-based Text Editor and is done using opensource concepts.<br /> |
− | The project is divided into 2 main parts | + | The project is divided into 2 main parts: [http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions The Basic Input Output Library], and The Main Application. |
=== Basic Input Output Library === | === Basic Input Output Library === | ||
− | * C based multi-platform IO functions | + | * 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 | + | * 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. | * Each team member is to commit a section of the code and resolve possible conflicts. | ||
=== Main Applicaton === | === Main Applicaton === | ||
− | This part will be done collaboratively in groups of 4 - 8 students under a simulated open source model | + | This part will be done collaboratively in groups of 4 - 8 students under a simulated open source model. |
− | * Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io''''' routines into classes | + | * Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io''''' routines into classes. |
− | * The Application<br /> | + | * 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 20:41, 15 June 2010
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
Contents
OOP344 -- Object Oriented Programming II Using C++
Subject Description and Course Outcomes
- Please visit the School Of Computer Studies website for the detailed description of the subject
The Project (under construction)
The project for this semester is a multi-platform, text-based Text Editor and is done using opensource concepts.
The project is divided into 2 main parts: The Basic Input Output Library, 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 - 8 students under a simulated open source model.
- Basic Encapsulating Classes
This part is written in C++ and encapsulates the io routines into classes. - The Application
This part is written in C++ and uses the "Basic Encapsulating Classes" to interact with the user.
Grading
- Tests
- Test 1 10%
- Test 2 10%
- Project
- IO Library 3%
- Application 27%
- Contribution and Participation 10%
- Final Exam 40%
Resources
- Class notes can be found here: svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password)
- Practical Open Source Software Exploration
- How To edit Wiki pages
- How To edit Wiki Cheatsheet
- Subversion (SVN)
- Download Page of TortoiseSVN
- TortoiseSVN Documentation
- SVN book at red-bean.com or downloadthe PDF from here.
- Mac Lab Available in 2108 as well as in the Computing Commons*
- IRC Basics
- IRC Tutorial
- Colloquy an IRC Client for Mac
- RapidSVN a SVN Client for Mac
- Changing Tab Key Behaviour in Certain IDEs
- AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN
Examples and In-class Notes
svn://zenit.senecac.on.ca/oop344
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