21
edits
Changes
→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);