Okay, I tried int *first = new int;
It compiles okay, but when I attempt to build the executable, I get "error LNK2001: unresolved external symbol _wWinMain@16"
When I check the explanation of the error, i'm told this happens if I don't have an entry point to wWinMainCRTStartup, and...