Hello,
I recently programed a hangman game, However it as flaws with are buggin me! Basically you sak the user for a guess, then the outcome is displayed... then I've cleared the screen and redraw / reload it. This wouldnt be done in the real world since rendering would take too long. Ok its not really an issue in this case, but I'd like to know how to render the screen rather than use
system("cls") and go through it all again.... does that make sence?