Changes

Jump to: navigation, search

Project R0.1 20133 - OOP344

2 bytes removed, 13:10, 25 September 2013
m
Specifications: fixing typos
==Specifications==
Your submission consists of a class called Console that is to be inherited from BConsole in a namespace called '''cio'''. Your application module is fully portable across Borland C++5.5 on windows, Linux GNU C++, Viusual Visual C++ on Windows and Mac C++ platforms which 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).
Console& operator<<(Console& cn, const char* str);
print the string '''str''' on the screen where the cursor is using '''cn''' and return the cn reference
 
=Submission=

Navigation menu