Clear screen in windows console using API

Status
Not open for further replies.

Baljeet

Member
Jan 31, 2011
76
0
This is mosly useless, I'll admit it, but it's fun :D Perhaps you can learn something from it?

It's software (source and exe) for demonstrating how to clear the screen in the Windows console using Win32 API. It contains a few other things too, like some error handling demonstration and a function for wait (ms) using API.

Check it out, if you think you can learn something/use it for something.

NOTE: If you want to clear the screen without API, try
Code:
system("CLS");
But that's cheating, an no fun :D

It was tested on WinXP SP2.

Have fun

All Credits goes to one who really made this...
 
Status
Not open for further replies.

Users who are viewing this thread

Top