Thread: ungetch()

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    16

    ungetch()

    i was searching through conio.h included in borland 5.5 and i saw the function ungetch() whats it do im just curious
    • 0927
    • a.k.a 0 9 two 7

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    returns a character to a stream (such as input) so it can be read in again or whatever.
    opposite of getc().

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Usage of ungetch funtion.
    By pawanspace in forum C Programming
    Replies: 4
    Last Post: 03-09-2009, 07:19 AM
  2. differences between getch(), getche(), and ungetch()
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 01-08-2002, 02:08 AM