|
C++ DevKit
C++ set of OOP library
|
A class dedicated to pure text display such as console, printer, ASCII character line display. More...
#include <display_device.h>


Public Member Functions | |
| TerminalConsole (size_t number_of_char_width, size_t number_of_char_hieght) | |
| Construct a new Terminal Console object. | |
| virtual void | show () |
| the method that actually print the content of text_buffer on the console | |
A class dedicated to pure text display such as console, printer, ASCII character line display.
| TerminalConsole::TerminalConsole | ( | size_t | number_of_char_width, |
| size_t | number_of_char_hieght ) |
Construct a new Terminal Console object.
| number_of_char_width | the size, in number of character of a line |
| number_of_char_hieght | the number of line |