Difference between revisions of "Project 20102 OOP344"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
{{OOP344 Index}}
 
{{OOP344 Index}}
  
Line 7: 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
==[[BIOF 20101 (AS1) - OOP344 |Basic Input Output Library]]==
+
==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).  
Line 13: 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.
  
== [[OpText Text Editor (AS2) - OOP344 20101 | The Applicaton]] ==
+
== The Applicaton ==
  
 
* Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io'''''routines into classes
 
* Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io'''''routines into classes
Line 19: Line 18:
  
 
= Developer pages =
 
= Developer pages =
 
== [[Team Code Junkies - OOP344 | Code Junkies]] ==
 
[[Code Junkies' OpText - OOP344|Code Junkies' OpText]]
 
 
== [[Team !YOU - OOP344 | !You]] ==
 
[[!You's OpText - OOP344|!You's OpText]]
 
 
== [[A Team - OOP344 | A Team]]  ==
 
[[A Team's OpText -  OOP344|A Team's OpText]]
 
 
==  [[Team Mighty Morphin Coding Rangers - OOP344 | MM Coding Rangers]]  ==
 
[[MM Rangers' OpText - OOP344|Coding Rangers' OpText]]
 
 
==  [[Team The Coders - OOP344 | The Coders]]  ==
 
[[The coders'  OpText -  OOP344| The Coders' OpText]]
 
== [[Team Team - OOP344 | Team Team]] ==
 
[[The Team OpText - OOP344| Team Team OpText]]
 

Revision as of 00:30, 12 May 2010


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

The Project

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.

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

Developer pages