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.
CJ Nelson
Thank you for the suggestions. I've tried opening it in a hex editor and I receive an error for …
»
Ginger Bill
I have re-recorded the second video. I have split it into two video. Here is the current Playlist…
»
Ginger Bill
Thank you. I will cover memory in depth but I will not go into the stack or the heap for a quite…
»
Mārtiņš Možeiko
Are those function arguments you are parsing? Just hardcoding max arguments for function with som…
»
Zachary
I wrote the iOS port almost a year ago, then went on hiatus until recently. I'm very far behind (…
»
popcorn
Cool. I'll spread it around. Btw, Are you gonna go into Memory? I think it's very import for b…
»
Bryan Taylor
If you're writing a thing that runs once and then closes, memory usage just really isn't that muc…
»
Jake
Hi guys, So I'm having a crack at writing a compiler to couple HTML/CSS/JS in a cleaner and nice…
»
jacob
I should mention that im using the 2015 version of visual studio
»
Mārtiņš Možeiko
Using managed language will be problematic with Handmade Hero approach. Managed languages typical…
»
jacob
im trying to follow along but im using c# instead c++
»
Mārtiņš Možeiko
Do you have this file present on disk? If yes, can you trey opening it in some hexeditor and see …
»
CJ Nelson
Thank you for the fast reply, I appreciate it. Here's the file path W:\\build\\loop_edit_1.hmi. …
»
Ginger Bill
I have made the first video for the series. This is a just an introduction video and the other vi…
»
Mārtiņš Možeiko
Learn to use debugger. Using debugger will tell you exactly what is wrong. Run the program and pa…
»
OrrsLaw
Took a break from trying this series and now a couple months later I'm trying it again. But much …
»
Casey Muratori
Correct - there is no actual way on Windows to _guarantee_ vsync, as far as I know anyway. You c…
»
Mārtiņš Možeiko
What is file path you are passing to CreateFile? For what file does this happen? And you really …
»
ratchetfreak
close any program that has the file open
»
CJ Nelson
Hey person reading this! I could use some help working through a problem I encountered while fol…
»
Trevor Adrial Hart-Maloney
Me waiting for season 5: http://memegenerator.net/instance2/3916134
»
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 tryin…
»
Jim R. Didriksen
Chrome on Windows here with https Everywhere and I'm having the same issue. Disabling the plugin…
»
Jim R. Didriksen
https://hero.handmadedev.org/videos/win32-platform/day001.html This is where he sets up the wind…
»
Jay
Thank you! Works like a charm. I could even pass the source files to be able to put breakpoints a…
»
ratchetfreak
you pass the path to the executable as argument when you launch Visual Studio. This creates a dum…
»
Jay
Hi I am on video 2. It looks like Casey builds the program using cl but debugs it in Visual stu…
»
kai
well just as the title said, i was playing around with the game memory code from day 14, and sudd…
»