Im creating a little program that involes a menu i created(just a console application). I want to be able to read in when the user uses the enter key, currently i only have the s key used, which represents the Down key. If i use a switch statement for the char, what is the ascii code that allows me to find the enter key?
This line of code im trying to create will end up replacing the "true" statement i wrote in as the while loop condition. Thanks for the help!