Difference between revisions of "Line Editing Facility - OOP344 20113"
(Created page with '{{OOP344 Index | 20113}} Under Construction!!! =Line Editing Facility = As your first assignment, you are to upgrade the console input output library to include line-display and …') |
(No difference)
|
Revision as of 06:59, 14 September 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Under Construction!!!
Line Editing Facility
As your first assignment, you are to upgrade the console input output library to include line-display and line-editing facilities. Your task throughout the set of assignments is to upgrade the original version of the library module provided in this course.
Learning Outcome
Upon successful completion of this first assignment, you will have demonstrated the abilities to design and code
- functions that use the console input and output library
- a line editor
- an application that uses your line editor