reading single char from standard input

Posted by Andre Lamothe on February 11, 2007

How do i read a single char from standard input... read(c) is blocking until enter is pressed, i don't want that, i need a single char immedietly. Can i connect somehow TFileStream with standard input?
Please help

Related articles

       

Follow Ups