Difference between revisions of "Project 20111 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Basic Input/Output Functions)
(Basic Input/Output Functions)
Line 5: Line 5:
  
  
==[[Prj 0.1 BIO lib oop344 20111|Basic Input/Output Functions]]==
+
==[[BIO Functions oop344 20111|Basic Input/Output Functions]]==
  
  

Revision as of 09:09, 25 January 2011


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


The Project

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 Framework

  • Basic Encapsulating Classes
    This part is written in C++ and encapsulates the basic input/output routines into classes.
  • Framework
    Uses the Basic Encapsulating Classes to create a User Interface Framework for text based applications

The Application

  • The Application
    This part is written in C++ and uses the Framework to interact with the user.