Thread: text input in graphics mode

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    5

    text input in graphics mode

    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

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    142
    hello,

    are you coding in DOS?

    why not start coding in windows or some other OS, this way, you won't get left behind and you learn much much more,

    just my thoughts,


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Input a Hex number and output hex number to a text field
    By zoobaby in forum C++ Programming
    Replies: 4
    Last Post: 05-12-2009, 11:26 AM
  2. can someone help me with these errors please code included
    By geekrockergal in forum C Programming
    Replies: 7
    Last Post: 02-10-2009, 02:20 PM
  3. Need some help with C program writing
    By The_PC_Gamer in forum C Programming
    Replies: 9
    Last Post: 02-12-2008, 09:12 PM
  4. A bunch of Linker Errors...
    By Junior89 in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2006, 02:59 PM
  5. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM