On 7 Feb 2002, R. Sean Hartnett wrote: > Thanks Jerry for the response. Though I have been doing some of the > writing of the program on both Linux and Windows, I need the clear screen > to work on Windows. This program is for someone else.
You will need to check the documentation for your platform's runtime library, then. Display control is considered "implementation dependent" by C++; thus there is no way to do what you want in C++ itself. -- Ben Scott <[EMAIL PROTECTED]> | The opinions expressed in this message are those of the author and do not | | necessarily represent the views or policy of any other person, entity or | | organization. All information is provided without warranty of any kind. | ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
