Hi. I'm currently working on a program where I need to input text in graphics mode. My problem is that I can't position the cursor to input the text in the right spot. I've tried gotoxy () and moveto (), but neither work and there is no text input function in graphics mode, at least I haven't found one. I've tried gets and cin, but neither work. Any help would be much appreciated.

Jamie