Open main menu

CDOT Wiki β

Changes

Console Class - OOP344 20121

4 bytes added, 17:44, 19 January 2012
Specifications
Your submission consists of class called Console that is to be inherited from BConsole in a namespace called '''cio'''. Your application module is fully portable, accepts console input, and provides console output through the set of facilities available in your Console module.
The name of the library object to be created 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 creating a class called Console, inherited from BConsole, implimented in two files; console.h and console.cpp: