Difference between revisions of "Project 20102 OOP344"
(Created page with ' {{OOP344 Index - 20101}} = The Project = The project for this semester is a multiplatform text based, Text Editor and is done using opensource concepts<br /> The project is …') |
(No difference)
|
Revision as of 23:26, 11 May 2010
OOP344 - 20101 - Student List - Teams - Project - IRC Schedules - Student Resources
Contents
The Project
The project for this semester is a multiplatform text based, Text Editor and is done using opensource concepts
The project is divided into 2 main parts. The Basic Input Output Library, and 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.
The Applicaton
- Basic Encapsulating Classes
This part is written in C++ and encapsulates the ioroutines into classes - The Application
this part is written in C++ and uses the "Basic Encapsulating Classes" classes to do interact with the user.