Interesting, I'd also be interested in your thoughts on Jai. The general notion of an 'improved C…
Is this your game built from source, or just binary you got from somewhere?
If it is your game, t…
Intel and AMD chips present x86 and x86-64 as a front end to the world, but the actual chip turns…
I have been working on a game in C++ for over a year now. Recently I had to change the developmen…
Interesting.
How does your language differ from Jai?
Is there a video on how to set up VS with emacs or 4coder?
If so can someone let me know which on…
CREATESTRUCT is here: https://msdn.microsoft.com/en-us/...ary/windows/desktop/ms632603.aspx
It is…
Holy shit, that seems more convoluted than it's suppose to be (CREATESTRUCT?? what type of dataty…
Yes, for unsigned numbers that is how it works - it does "implict AND". In C89 this is defined li…
I'll add a few things to Casey's suggestion. There are few messages that are sent before WM_CREAT…
When you call CreateWindow, you can pass userdata as the final paramter (lParam). This will come…
Thanks! We'll check it out on Monday.
And yeah, streaming programming is pretty tough :/ But h…
This crap has been frustrating me for some time. I started to get rid of the globals in my progra…
Andre —
I'm happy to report that the sorting problems on Day 306 were grossly exaggerated by a typo in Pu…
Albert —
At 02:02:00 of https://hero.handmade.network/episode/win32-platform/day025, it's commented that d…
I've finally gotten fed of up of creating external metaprogramming tools to fix C/C++ and thought…
AFAIK in the Molecule engine small "scripts" are implemented as a small DLL to keep compile speed…
If you follow the posts on the 4coder Patreon right now, then you know that I stopped posting the…
Pseudonym Every so often someone comes up with the idea of implementing a new ISA without byte ad…
Every so often someone comes up with the idea of implementing a new ISA without byte addressing. …
Yeah, it's a confusing subject area for me as well, since I am always used to thinking in 3D and …
Okay, the official blog post is up... http://number-none.com/blow/blog/...2016/07/07/braid_partic…
Hmm, well, since then I have gotten good results using BCPL with a linear relationship between th…
Sounds like you never stopped using a straight linear relation between the index and the seed.
I…
The new projects that have been approved may unfortunately not be available for another two days …
Thanks for the comments. I am already beefing the article up to remedy this situation.
Typo: "tom ake"
Maybe explain acronyms first time used? (LCG, BCPL)
- "The reason you have to se…
Thanks Casey!
The example with the hand and the truck made it click in my head. I always intern…