Open main menu

CDOT Wiki β

Changes

Project 20123 - OOP344

260 bytes added, 10:17, 4 October 2012
display() method
In addition to all public methods of BConsole, Console must have the following two public methods and overload "<<" and ">>" operators.
===external links===
* Create a global variable (unsigned int) for CIO_TABSIZE in cio namespace and create external linkage to it in console.h
* instantiate Console, in an object called "console" in cio namespace and create an external linkage to in console.h
===display() method===
void display(const char *str, int row, int col, int fieldLen=0);