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.
Dumitru Frunza
1DEBUG_print_ast_node(str, indent_level, ptr->type_expr, "type_expr"); This one doesn't comp…
»
Mārtiņš Možeiko
This is completely bananas... 1 2 3 4 5 6 7 8 9 10 11 12typedef struct a { int x; } a; t…
»
Mārtiņš Možeiko
There is more magical code that compiles for some reason I don't understand... 1 2 3 4 5 6…
»
Mārtiņš Možeiko
Wait a sec, by anonymous struct I always called this thing: 1 2 3 4 5 6 7typedef struct Foo { …
»
pragmatic_hero
Welcome to C (not even the plus plus kind). Anonymous structs, its similar to anonymous unions (…
»
Israel Fernández Angullo
Hi! While debugging my handmade engine the shortcut win+D stop working. Other windows shortcuts…
»
Mārtiņš Možeiko
What kind of magic is this? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 …
»
Dumitru Frunza
HoC v0.1b could not read file `vm.exe` Fixed; the problem is that the compiler needs the `vm.exe…
»
Simon Anciaux
I tried to compile test.hoc with the source files in a different directory than the compiler and …
»
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 o…
»
Sailor
Greetings, all. I just found this thread an hour ago, and I simply had to sign up just so that I…
»
Allen Webster
Hi! I absolutely agree that some way of documenting the command lines is needed, but right now I…
»
GreenLightning
To bring another example, in Java all method calls on objects are virtual, i. e. indirect, howeve…
»
Jeroen van Rijn
Gitlab works a bit strangely, Martins. It doesn't use the key from /root/.ssh (for obvious reason…
»
pragmatic_hero
mrmixer For example, in your renderer: how many vertex do you think you will have at a maximum ?…
»
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. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 …
»
Marc Costa
ratchetfreak A: you don't need a perspective matrix. The vertex shader's output is expected to b…
»
khofez
I tried to read and understand the link and other resources but i'm still very lost at it... is t…
»
Abner Coimbre
The new server is up-and-running most of our stuff pretty well. Gitlab's been moved and the new …
»
ratchetfreak
sneiderlein 5. Or maybe a better Idea would be to do it modern opengl way (how I understand it),…
»
Farhod Miralimov
Hi again, Thank you for help, it's much clearer now! (to learn better, I like trying to explain …
»
David Butler
I wanted to have more done at this point, but I've been very busy with other projects. Anyway …
»
Dumitru Frunza
Hey guys, A while ago I've started working on a compiler and now the code is ready for the first…
»
Mārtiņš Možeiko
I recommend consider using Capstone disassembler library. It's cross-platform multiple-architectu…
»
x13pixels
Hey folks. Still making steady progress on RemedyBG. In my project blurb I mentioned that Remedy…
»
r2d2
Right, after spending some quality time in lldb trying to figure out how it all works I gave up a…
»
pragmatic_hero
ratchetfreak The worst thing is once you make the meta programming turing complete. Now you have …
»