
Re: Arrow Key input in C++
It's not DOS that you are using. You can call it either terminal or a 'doslike window' .
Answering your question. It would be fairly easy to go on using WinAPI's routines for handling key input. I'm not really sure if it's possible to handle special keys like arrows without using additional libraries.