How do you position text?
Posted: Tue Jul 21, 2009 3:24 am
I'm somewhat of a new programmer. I know some java and C++(console apps only), but i've been reading the tutorials on codemii.com, and they've been extremely helpful in getting me stated. So far i understand the first few(up till file management, but i have no need for that now.) so i'm trying to see if i can make a game from what I know. So here's just the first a few probably easy questions:
How do you position text at a certain part of the screen? I know you use printf() to output text, but that just goes down the screen, is there anyway to position it at a certain part of the screen, and have it overwrite whatever was there before, such as a score display?
How do you position text at a certain part of the screen? I know you use printf() to output text, but that just goes down the screen, is there anyway to position it at a certain part of the screen, and have it overwrite whatever was there before, such as a score display?