Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

c/c++ input question

Options
  • 14-12-2004 7:40pm
    #1
    Registered Users Posts: 6,414 ✭✭✭


    anyone know how to take input without a carriage return in c or preferably c++??

    i.e. if the user enters a single digit '1', they dont have to press enter, the program just continues with whatever '1' does.

    thanks


Comments

  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    getch()


  • Registered Users Posts: 6,414 ✭✭✭kdouglas


    i tried that before but it didnt work, just tried it again now and it did?!?

    thanks.


Advertisement