(in a DOS application) How do you constantly displays the time instead of just displaying the current time and then making not making that time move.
Thanks
-Chris
This is a discussion on displaying the time within the C++ Programming forums, part of the General Programming Boards category; (in a DOS application) How do you constantly displays the time instead of just displaying the current time and then ...
(in a DOS application) How do you constantly displays the time instead of just displaying the current time and then making not making that time move.
Thanks
-Chris
Please direct all complaints regarding this post to the nearest brick wallHave a nice day.
Do you mean DOS, (i.e. 16 bit), or a Windows Console App, (i.e. 32 bit)? A console app looks like a "DOS box" and is often, erroneously, called such, but is rather different, and is programmed in a different way.
(Basically - what compiler are you using, and how have you got it set up?).
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.
i'm using Dev C++ but I have Rhide aswell
Please direct all complaints regarding this post to the nearest brick wallHave a nice day.