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
system("CLS");But that's cheating, an no fun :DIt was tested on WinXP SP2.
Have fun


Sign In
Create Account



Back to top









