Open main menu

CDOT Wiki β

Difference between revisions of "Project 20101 OOP344"

m (MM Coding Rangers)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{OOP344 Index}}
+
{{OOP344 Index - 20101}}
  
 
= The Project =
 
= The Project =
Line 21: Line 21:
 
== [[Team Code Junkies - OOP344 | Code Junkies]] ==
 
== [[Team Code Junkies - OOP344 | Code Junkies]] ==
 
[[Code Junkies' OpText - OOP344|Code Junkies' OpText]]
 
[[Code Junkies' OpText - OOP344|Code Junkies' OpText]]
 
  
 
== [[Team !YOU - OOP344 | !You]] ==
 
== [[Team !YOU - OOP344 | !You]] ==
 
[[!You's OpText - OOP344|!You's OpText]]
 
[[!You's OpText - OOP344|!You's OpText]]
  
 
+
== [[A Team - OOP344 | A Team]]  ==
== [[Team A Team - OOP344 | A Team]]  ==
 
 
[[A Team's OpText -  OOP344|A Team's OpText]]
 
[[A Team's OpText -  OOP344|A Team's OpText]]
  
<br />
+
==  [[Team Mighty Morphin Coding Rangers - OOP344 | MM Coding Rangers]]  ==
 +
[[MM Rangers' OpText - OOP344|Coding Rangers' OpText]]
  
==  [[Team Mighty Morphin Coding Rangers - OOP344 | MM Coding Rangers]]  ==
+
==  [[Team The Coders - OOP344 | The Coders]]  ==
[[MM Coding Rangers' OpText - OOP344|Coding Rangers' OpText]]
+
[[The coders' OpText - OOP344| The Coders' OpText]]
 +
== [[Team Team - OOP344 | Team Team]] ==
 +
[[The Team OpText - OOP344| Team Team OpText]]

Latest revision as of 00:25, 12 May 2010

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