We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Trevor Adrial Hart-Maloney
Me waiting for season 5:
»
ZenSoturi
Not sure if this has changed, but you cant actually guarantee from application that vsync will be …
»
Mārtiņš Možeiko
I have found builtin MSVC memory leak detection functionality not very good. I strongly recommend …
»
SighPhy
I'm a college student and in class we have learned about dynamically allocating arrays. I'm trying…
»
Jim R. Didriksen
Chrome on Windows here with https Everywhere and I'm having the same issue. Disabling the plugin h…
»
Jim R. Didriksen
This is where he sets up the windows build.
»
Jay
Thank you! Works like a charm. I could even pass the source files to be able to put breakpoints an…
»
ratchetfreak
you pass the path to the executable as argument when you launch Visual Studio. This creates a dumm…
»
Jay
Hi I am on video 2. It looks like Casey builds the program using cl but debugs it in Visual studio…
»
kai
well just as the title said, i was playing around with the game memory code from day 14, and sudde…
»
Sebastian Colorado
Jeeze. Thank you, that has caused me so much trouble
»
Rasmus
Implementing an allocator or doing arenas will basically never be a problem with regards to strict…
»
Dominik
I am using Chrome on Ubuntu and the HTTPS Everywhere does not make the videos work here. :/
»
Timothy McCarthy
I ran the code as provided and saw the repeated lock failure. When i noticed it happened on the fi…
»
Joel Davis
Hey, just noticed this thread. I've got a little project inspired by HMH. In fact, it was started …
»
Jordan
Inspired by the recent episodes, I decided to make a bare bones crossplatform OpenGL example with …
»
popcorn
Are you unlocking as well? if you don't then it might cause skipping as Casey realized. Audio is a…
»
popcorn
oh I mean are you still going to the Dunjun series? I have watch some of it already and is kind of…
»
Sebastian Colorado
It doesn't sound like the scratching from the background music, it sound like the skipping towards…
»
Andrew Bromage
»
Ginger Bill
I have read through that series before and it is by no means for a beginner. I know it is "Learn C…
»
Dumitru Frunza
Slightly off-topic - I find this resource : well written. The author also expresses the same "no …
»
Jim R. Didriksen
If the scratching is similar to this then its probably just hardware differences, but yeah this i…
»
Sebastian Colorado
I've been trying to copy everything down exactly as Casey does in the videos but I'm sure I've mad…
»
Mārtiņš Možeiko
Now go publish this and claim your million-dollar prize:
»
Timothy McCarthy
I think there is a transcription problem here. The code you posted does not match the original cod…
»
Sebastian Colorado
Fixing that still doesn't work. Stepping through the code, it looks like when BytesToWrite is 0 or…
»
Ideal
To have a “wormhole” you need a worm to dig it. If no worm, no hole either… In short this is…
»
Timothy McCarthy
You may have a problem with the call The original code is The buffer is zero based and looks like…
»
Sebastian Colorado
Thanks for catching that but after fixing it, there are still skips and the buffer still doesn't l…
»