Changes

Jump to: navigation, search

Line Editing Facility - OOP344 20113

960 bytes added, 08:03, 14 September 2011
no edit summary
*a line editor
*an application that uses your line editor
 
==Specifications==
 
Your submission consists of your own upgrade to the library module provided in this course plus an application module that uses your upgraded library module. Your application module is fully portable, accepts console input, and provides console output through the set of facilities available in your upgraded library module.
 
The name of library object in the original library module is console. The header file for the original version of this module is console.h and the implementation file for the original version is console.cpp. All of the identifiers for the library module and all upgrades to the module are defined in the cio namespace (short for console input output).
 
Your upgrade in this assignment consists of two files:
 
*'''consoleplus.h''' - holds the prototypes for your line-display and line-edit global functions
*'''consolelineedit.cpp''' - holds the definitions of your line-display and line-edit global functions

Navigation menu