Difference between revisions of "Project 20112 - OOP344"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{OOP344 Index | 20112}}
 
{{OOP344 Index | 20112}}
Under construction
+
 
 
=Using SVN to do the project=
 
=Using SVN to do the project=
 
[[Using SVN for OOP344 Project - 20112]]
 
[[Using SVN for OOP344 Project - 20112]]
 +
 +
= The Project =
 +
 +
 +
==[[IOL Functions oop344 20112|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.
 +
 +
<!--
 +
==[[Console UI Core Classes - OOP344 20112|The Core Classes]]==
 +
* [[Console UI Core Classes - OOP344 20112#Basic_.28BIO.29_Encapsulating_Classes|Basic BIO Encapsulating Classes]]
 +
*: This part is written in C++ and encapsulates the basic input/output (BIO) routines into classes.
 +
* [[Console UI Core Classes - OOP344 20112#Complex_Core_User_Interface_classes|Complex Core User Interface classes]]
 +
*: 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.
 +
 +
-->

Revision as of 10:47, 19 July 2011


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

Using SVN to do the project

Using SVN for OOP344 Project - 20112

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.