I am trying to make a number guessing game. I need to store the input of up arrow key, down arrow key and enter
std::cin >> i;
std::cout << i;
When I do this nothing happens.
How do I do it and what type of variable is needed?
I am trying to make a number guessing game. I need to store the input of up arrow key, down arrow key and enter
std::cin >> i;
std::cout << i;
When I do this nothing happens.
How do I do it and what type of variable is needed?