Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
0 Endorsements
Ranked #107.70K
1 Posted Topic
get time from running system and use windows.h file at Sleep function to pass the cursor include<iostream.h> include<windows.h> int main() { int min=0,hr=0,sec=0; while(1) { cout<<hr<<":"<<min<<":"<<sec; } }
The End.
menauman