Difference between revisions of "Project 20111 - OOP344"
m (→minor changes) |
(→The Application) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
− | ==Basic Input/Output Functions== | + | ==[[BIO Functions oop344 20111|Basic Input/Output Functions]]== |
Line 12: | Line 12: | ||
* 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 | + | ==[[Console UI Core Classes - OOP344 20111|The Core Classes]]== |
− | * Basic Encapsulating Classes | + | * [[Console UI Core Classes - OOP344 20111#Basic_.28BIO.29_Encapsulating_Classes|Basic BIO Encapsulating Classes]] |
− | *: 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. |
− | * | + | * [[Console UI Core Classes - OOP344 20111#Complex_Core_User_Interface_classes|Complex Core User Interface classes]] |
− | *: Uses the Basic Encapsulating Classes to create | + | *: Uses the Basic Encapsulating Classes to create User Interface Core Classes for text based applications |
+ | |||
==The Application== | ==The Application== | ||
* The Application | * The Application | ||
*: This part is written in C++ and uses the Framework to interact with the user. | *: This part is written in C++ and uses the Framework to interact with the user. | ||
+ | ===Data File=== | ||
+ | [[Movie Record - OOP344 20111]] |
Latest revision as of 09:18, 7 April 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
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
- This part is written in C++ and encapsulates the basic input/output (BIO) routines into 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.