Difference between revisions of "Project 20101 OOP344"

From CDOT Wiki
Jump to: navigation, search
(Basic Input Output Library)
Line 6: Line 6:
  
 
The project is divided into 2 main parts. The Basic Input Output Library, and Main Application
 
The project is divided into 2 main parts. The Basic Input Output Library, and Main Application
==[[OOP344 BIO 20101|Basic Input Output Library]]==
+
==[[BIOF 20101 (AS1) - OOP344 |Basic Input Output Library]]==
  
 
* C based multi-platform IO functions; (Majority of the code is provided by the prof).  
 
* C based multi-platform IO functions; (Majority of the code is provided by the prof).  

Revision as of 20:49, 26 January 2010


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

The Project (under construction)

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.

Main 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.