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.
Matt Mascarenhas
Alright, this deserves a fresh post. I don't know what happened, but I can now build Day 91 (the…
»
Casey Muratori
As long as we store something that allows us to get back to the start of an individual structure,…
»
Casey Muratori
There's really no difference between recursion and non-recursion other than the fact that stack m…
»
Andrew Bromage
Huitzilopochtli The reason for that, he explained in sort of simple terms as we were just startin…
»
Matt Mascarenhas
Oh wow, yeah! You know, we can get right up to Day 81 without any compile errors. We'll have to s…
»
Mārtiņš Možeiko
This was fixed few days later - on day 51.
»
Matt Mascarenhas
nxsy, we can actually compile up to Day 45. The first error occurs on day 46: 1 2 3 4 5 6 …
»
Neil Blakey-Milner
In case others run into this - I just didn't update the README.md to point out that day 39 was re…
»
popcorn
I use recursion to walk down a tree all the time and I don't think I had this problem. I also use…
»
Matt Mascarenhas
Yeah, I thought it'd be a little more work to get the platform layer up to date. So I've rolled b…
»
popcorn
It's easy to make this kind of like an array since we pre allocated space? Not sure but if all of…
»
Mārtiņš Možeiko
Ah, so stddef.h was added there. I forgot that :) If you want to follow latest development, you'…
»
Matt Mascarenhas
Hmm, interesting. I do have #include "handmade_platform.h" near the top of "xcb_handmade.cpp" but…
»
Mārtiņš Možeiko
GetController function is in handmade_platform.h. So as long as you have #include "handmade_platf…
»
Matt Mascarenhas
Brilliant! Thank you, mmozeiko. Adding #include <stddef.h> to "src/handmade_platform.h" and…
»
Cesar Peixoto
I believe that soon will change, is a part of file IO for debuging. I moved everything to win32 l…
»
Mārtiņš Možeiko
You need to include stddef.h header for size_t type. It is not builtin type, it is declared in st…
»
Roderic Bos
Yeah I started adding the solution I attached on day 30 so I can't help you earlier there. Just m…
»
Matt Mascarenhas
Alright, so now that Casey has implemented the Trippy Christmas Tree Triforce Transform™ (day 91)…
»
Cesar Peixoto
Thanks for the help guys! This case is a bit more boring, (day 15, IO) at the point where I stopp…
»
Roderic Bos
I use this setup: 1 project for Library with all cpp files market as text and only the handmade.c…
»
Kirill Basin
At this point our setup was not 100% compatible with Casey code. You can see in his day 15 build.…
»
Cesar Peixoto
Thanks again. I believe I know where is the problem, however, can not think of a solution! How c…
»
Mārtiņš Možeiko
You really can not damage memory by executing any code including recursion on any modern machine.…
»
Cesar Peixoto
Thanks again. I believe I know where is the problem, however, can not think of a solution! How c…
»
Kirill Basin
You have to select x64 configuration, it's the one we need for correct setup. According to logs y…
»
Cesar Peixoto
Thank you very much!For some reason I did not have success. I extracted the contents of the zip …
»
Fred
(I'm one or two videos behind) Casey just introduced a PushBuffer structure to act as a command b…
»
Kirill Basin
Here you go, these are from day 80+, but I don't think there were any breaking changes. UPDATE: …
»
Cesar Peixoto
Hey guys, I arrived late and I'm stuck in this place, day 15. Unfortunately, the files shared by …
»