Quote:
|
I'm not sure, maybe C is differen't capital letter wise, but maybe sleep is undeclared because it has to have a capital S... "Sleep();"
|
the sleep() function is declared in windowsx.h the Sleep() function is declared in windows.h, you can use both it doesn't matter.
VK_OEM_PLUS wasn't declared in my header files so i decided to comment it out just as a couple of others to make the program more portable...