I\'m wondering how to accept keyboard and mouse input in C++, using Visual Studio 2010, for Windows 7 32-bit.
--EDIT: I forgot to mention that I need keyboard / mouse i
Windows or Console?
If console, use:
std::cin >> myVar;