
TextStream outputs text onto the screen in TextMode More...
Classes | |
class | TextStream |
Output text (form different data type sources) on screen in text modeAllows the output of different data types as strings on the TextMode screen of a PC. To achieve this, TextStream is derived from both OutputStream and TextWindow and only implements the method TextStream::flush(). Further formatting or special effects are implemented in TextWindow. More... | |
TextStream outputs text onto the screen in TextMode