Find errors of argv[1] and argv[2][quote]Your validation seems a little odd if all you're doing is checking that your input numerator/...
Find errors of argv[1] and argv[2]Hi So I'm doing some error checking of parameters that are entered. This is what I've done for argv...
Detect Escape Key pressedThanks for the help codekiddy
Detect Escape Key pressedAh ok no wonder it didn't work, would you kindly give me a hand with that? :)
Detect Escape Key pressed[code] #include <windows.h> if(GetAsyncKeyState(VK_ESCAPE)) { cout << "ESCAPE-PRESS...
This user does not accept Private Messages