Difference between revisions of "Project 20102 OOP344"
(→Basic Input Functions) |
m (Minor corrections to punctuation and grammar.) |
||
Line 3: | Line 3: | ||
= The Project = | = The Project = | ||
− | 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: The Basic Input Output Library, and the Main Application. |
==[[oop344 20102 - iof functions|Basic Input/Output Functions]]== | ==[[oop344 20102 - iof functions|Basic Input/Output Functions]]== | ||
− | * 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. | ||
==The Applicaton== | ==The Applicaton== | ||
− | * 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. |
= Development pages = | = Development pages = |
Revision as of 18:44, 12 June 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
The Project
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 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.
- 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" to interact with the user.