Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
clear screen in visual C++
Name: christophe Date: June 6, 2002 at 01:33:38 Pacific
Comment:
Hi, can anybody tell me how to clear the screen in visual C++? printf("\032") doesn't work and without the clear screen my program is pretty ugly.
Hi try that one out system("cls"); put it in the beginning of the function and it will clear all the previous stuff. you can put it anywhere you like Enjoy
Summary: HI : I found that if put UTF8 code for Simplified Chinese character in the text string (e.g "xyz") and view the file with the visual c editor, the second quote (") can not be seen. Moreover, there is...
Summary: Hi, I just need to know where I can get a good free tutorial on using the RichEdit control in Visual C++, either programmatically or in a dialogbox. Thanks in anticipation! Athlon XP 1800+ 512Mb DDR26...
Summary: Hi, I am trying to displaying few lines in visual c++. However, I wish to know how to use the onDraw under the CView class and print lines of text consecutively one after the other. for example: i ...