Different vk key for arrow keys vs number keysvk_left,vk_right,vk_up,vk_down are actually the corresponding number pad keys(4,6,8,2). If i wanted ...
while loop does not work[code]while (choice1 != "Yes" && choice1 != "yes" && choice1 != "No" && choice1 != "no")[/code] repl...
Calculator Problemyeah try removing the two semicolons. Then if it still doesn't work some sucky compilers expect an e...
Constantly updating cin statement in C++Try something like this [quote] while ( 1 > 0) { bool done = false; ...
How is this for a first program?http://www.youtube.com/watch?v=NsUl5K_WDx0 normally i would like to include the 200 or so lines o...
This user does not accept Private Messages