Difference between revisions of "Project 20111 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(The Core Classes)
(The Core Classes)
Line 13: Line 13:
  
 
==The Core Classes==
 
==The Core Classes==
* Basic BIO Encapsulating Classes
+
* Basic BIO Encapsulating Classes (BEC)
*: This part is written in C++ and encapsulates the basic input/output routines into classes.
+
*: This part is written in C++ and encapsulates the basic input/output (BIO) routines into classes.
* Complex Core User Interface classes
+
* Complex Core User Interface classes (CUIC)
 
*: Uses the Basic Encapsulating Classes to create User Interface Core Classes for text based applications
 
*: Uses the Basic Encapsulating Classes to create User Interface Core Classes for text based applications
  

Revision as of 12:05, 7 February 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 Core Classes

  • Basic BIO Encapsulating Classes (BEC)
    This part is written in C++ and encapsulates the basic input/output (BIO) routines into classes.
  • Complex Core User Interface classes (CUIC)
    Uses the Basic Encapsulating Classes to create User Interface Core Classes for text based applications

The Application

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