User: Dynamo9

  • Public profile

User profile: Dynamo9

User info
User name:Dynamo9
History
Joined:
Number of posts:7
Latest posts:

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 pressed
Thanks for the help codekiddy

Detect Escape Key pressed
Ah 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