I am doing a game and i need to refresh the screen to make it less messy, Can anyone teach me how to do plz?
mugenoid 0 Newbie Poster
Recommended Answers
Jump to Postsimple -- redraw whatever it is that you want on the screen.
Jump to PostI agree with Duoas. If you want delays used timed functions like delay() or sleep() or whatever else.
If you are doing a txt game ... the screen can be cleared using clrscr() (conio.h)If you want a proper screen under DOS, look up Mode13h on the …
All 7 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
#include<DAN.h> -4 Light Poster
Duoas 1,025 Postaholic Featured Poster
mr.cool 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Duoas 1,025 Postaholic Featured Poster
FireNet 64 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.