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
Oh, I didn't think that master would not compile. Ok, that clears things up a bit. I was using gcc…
»
Dumitru Frunza
It doesn't compile with MSVC for me. This does : struct b { a; }; struct b2 { struct a2; }; #inc…
»
Dumitru Frunza
This one doesn't compile :) Martins, this snippet code is from the dev branch, which is in non-co…
»
Mārtiņš Možeiko
This is completely bananas... struct b { a; }; struct b2 { a2; }; #include int main() {…
»
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…
»