Line Editing Facility - OOP344 20113

From CDOT Wiki
Revision as of 07:59, 14 September 2011 by Fardad (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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