As far as I can tell cin>> can't take information from arrow keys on the keyboard, is there a way to force it to take that information, or is there a different function that can do this?
Wait, the only answer that I found in that whole post was that the function select() might do the job, but it didn't mention which class in the STD library I would have to include. Anyone know what to #include in order to use select()?
Detecting keyboard input is going to be OS specific, and is not supported by the standard library. If you specify what OS your using, perhaps someone here can help you for that particular OS.