Difference between revisions of "Project 20102 OOP344"

From CDOT Wiki
Jump to: navigation, search
(Created page with ' {{OOP344 Index - 20101}} = The Project = The project for this semester is a multiplatform text based, Text Editor and is done using opensource concepts<br /> The project is …')
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
{{OOP344 Index 20102}}
 
 
{{OOP344 Index - 20101}}
 
  
 
= The Project =
 
= The Project =
  
The project for this semester is a multiplatform text based, Text Editor and is done using opensource concepts<br />
+
The project for this semester is a multi-platform, text-based Text Editor and is done using opensource concepts.<br />
  
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 the Main Application.
==[[BIOF 20101 (AS1) - OOP344 |Basic Input Output Library]]==
+
==[[oop344 20102 - iof functions|Basic Input/Output Functions]]==
  
* 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).  
* The Project is initiated on individual SVN accounts for each team
+
* 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.
 
* Each team member is to commit a section of the code and resolve possible conflicts.
 +
* Get the IOF tester program here: svn://zenit.senecac.on.ca/oop344/trunk/AS1/iofmain.c
 +
* You can run the demo (compiled version) of iof functions tester on matrix by running:
 +
<big><pre>
 +
~fardad.soleimanloo/iof
 +
</pre></big>
  
== [[OpText Text Editor (AS2) - OOP344 20101 | The Applicaton]] ==
+
==[[OOP344 20102 TextEdit|The Applicaton]]==
 
 
* Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io'''''routines into classes
 
* The Application<br />this part is written in C++ and uses the "Basic Encapsulating Classes" classes to do interact with the user.
 
 
 
= 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]]  ==
+
* Basic Encapsulating Classes <br />This part is written in C++ and encapsulates the '''''io''''' routines into classes.
[[MM Rangers' OpText - OOP344|Coding Rangers' OpText]]
+
* The Application<br />This part is written in C++ and uses the "Basic Encapsulating Classes" to interact with the user.
  
== [[Team The Coders - OOP344 | The Coders]]  ==
+
= Development pages =
[[The coders'  OpText -  OOP344| The Coders' OpText]]
 
== [[Team Team - OOP344 | Team Team]] ==
 
[[The Team OpText - OOP344| Team Team OpText]]
 

Latest revision as of 10:12, 7 September 2010

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

The Project

The project for this semester is a multi-platform, text-based Text Editor and is done using opensource concepts.

The project is divided into 2 main parts: The Basic Input Output Library, and the Main Application.

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.
  • Get the IOF tester program here: svn://zenit.senecac.on.ca/oop344/trunk/AS1/iofmain.c
  • You can run the demo (compiled version) of iof functions tester on matrix by running:
~fardad.soleimanloo/iof

The Applicaton

  • Basic Encapsulating Classes
    This part is written in C++ and encapsulates the io routines into classes.
  • The Application
    This part is written in C++ and uses the "Basic Encapsulating Classes" to interact with the user.

Development pages