ok, our silly C++ book has instructions for a conio.h library. some of the stuff is cool...
I would like basicly to be able to use
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier> gotoxy(<font color = blue>3</font>,<font color = blue>12</font>);
</font>[/code]
or something that does the same. That code moves the cursor, or insertion point that that line/char for the next line of output.
This would help me with formatting output, and yes I know output should not be my focus at this point in the game

but hey, any hints?
-Owl