21.5 TEXT WINDOW

In these days every program has graphical user interface. The main component of it is the frame. It is basically derived from class window. In earlier days, graphical interface was not supported. The output was text based. It still does not prevent us from having windows in the output. Well, they will be Text windows!

21.5.1 Using console I/O for three window system

When we develop a critical application, we may be required to split the entire console into 2 or 3 windows. Most common applications may require a main window and a message window. It will be nice to have additional windows for status, menu, etc. Turbo C++ offers excellent routines for implementing the windows in text mode.

Problem: Write a program to demonstrate ...

Get Object Oriented Programming with C++, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.