Hello,
I'm on day 10, trying to print the FPS etc to the console.
Casey is using something like this :
| char buffer[250];
wsprintf(buffer, "FPS : %d \n", fps);
|
This is not working for me. I have no compile errors, but I'm also not seeing anything in the output console ?!?
I'm using VS2015 on Windows 10.
Anyone knows what's going on?
Thanks !