Just wondering if anyone knows where I can find out all they key values for the conio.h header file. I know for example ENTER = 13 and ESC = 27. But I can't find any more information than that. Just wondering if anyone can help us with a list of what they all are.
According to the ASCII code, 13 is "form feed" wich I dont completly understand (not a native-speaker) but from what I believe it's enter, and 27 is indeed escape (of course you need to translate it from heximal into decimal numbers).