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.
Mārtiņš Možeiko
There is more magical code that compiles for some reason I don't understand... typedef struct { A…
»
Mārtiņš Možeiko
Wait a sec, by anonymous struct I always called this thing: Are you saying that code above is equ…
»
pragmatic_hero
Welcome to C (not even the plus plus kind). Anonymous structs, its similar to anonymous unions (wh…
»
Israel Fernández Angullo
Hi! While debugging my handmade engine the shortcut win+D stop working. Other windows shortcuts li…
»
Mārtiņš Možeiko
What kind of magic is this? List node_list; int block_id; int nesting_depth; AstBlock* encl_block…
»
Dumitru Frunza
Fixed; the problem is that the compiler needs the vm.exe file which is expected to be located in…
»
Simon Anciaux
I tried to compile test.hoc with the source files in a different directory than the compiler and g…
»
Sailor
Ahhhh... so simple when you know how... Thanks
»
Mārtiņš Možeiko
HMN is organized by projects So "https://projectA.handmade.network/xyz" URL goes to "xyz" section …
»
Sailor
I'm just new here (today) so I might be wrong, but it seems there is still something missing. I or…
»
Sailor
Greetings, all. I just found this thread an hour ago, and I simply had to sign up just so that I c…
»
Allen Webster
Hi! I absolutely agree that some way of documenting the command lines is needed, but right now I d…
»
GreenLightning
To bring another example, in Java all method calls on objects are virtual, i. e. indirect, however…
»
Jeroen van Rijn
Gitlab works a bit strangely, Martins. It doesn't use the key from /root/.ssh (for obvious reasons…
»
pragmatic_hero
That only works if you have one vertex buffer. In an immediate style graphics API - the sort whic…
»
Mārtiņš Možeiko
Why not simply copy ssh host key to new server? Then ssh fingerprint would not change.
»
Simon Anciaux
Your function for n°2 isn't correct. } // Here is your function "fixed" typedef struct GameState…
»
Marc Costa
Just a small comment/correction on that: OpenGL's clip space is defined as a cube expanding from …
»
khofez
I tried to read and understand the link and other resources but i'm still very lost at it... is th…
»
Abner Coimbre
The new server is up-and-running most of our stuff pretty well. Gitlab's been moved and the new S…
»
ratchetfreak
I'm having trouble including these libraries though, I get a lot of undefined identifier errors. …
»
Farhod Miralimov
Hi again, Thank you for help, it's much clearer now! (to learn better, I like trying to explain st…
»
David Butler
I wanted to have more done at this point, but I've been very busy with other projects. Anyway the…
»
Dumitru Frunza
Hey guys, A while ago I've started working on a compiler and now the code is ready for the first r…
»
Mārtiņš Možeiko
I recommend consider using disassembler library. It's cross-platform multiple-architecture, not o…
»
x13pixels
Hey folks. Still making steady progress on RemedyBG. In my project blurb I mentioned that RemedyBG…
»
r2d2
Right, after spending some quality time in lldb trying to figure out how it all works I gave up an…
»
pragmatic_hero
Granted there are ways to get the compiler stuck with other undecidable problems. But turing comp…
»
Abner Coimbre
Hello folks, As part of the we find ourselves moving to a new, much larger server. The decision w…
»
ratchetfreak
The worst thing is once you make the meta programming turing complete. Now you have no idea whethe…
»