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.
Simon Anciaux
Each translation units produce a .obj file. It means if you pass 3 files to the compiler (like cl …
»
Simon Anciaux
Handmade hero, assumes that you already know a little bit how to program. There is an introduction…
»
tkotha
Hi x13pixels, I recently purchased RemedyBG from itch io, but a weird processing error happened wh…
»
longtran2904
Does a header file consider a .obj file? How does the "put all your "inline" functions in a .h fil…
»
Mārtiņš Možeiko
Compiler generates obj file for every translation unit you compile. It puts everything from this t…
»
longtran2904
Does the compiler still generate .obj files for the "inline" functions?
»
mmd32
... and learn algorithms, data structures, API design etc?
»
Mārtiņš Možeiko
If you put functions in .h file as "inline" functions, then they can be inlined. Of course you sho…
»
longtran2904
Although this is not a very important reason - as there are ways to do this in normal builds too, …
»
Macoy Madson
This post is mirrored on my blog. Cakelisp is now developed here. The GitHub branch is already sta…
»
Angelo Theodorou
I have published the Dev Update #19, with updates from the second half of January to the end of Ju…
»
Gaurav Gautam
I can't say I know of a winning strategy. I can see that in the companies I have worked at so far,…
»
Mārtiņš Možeiko
That's the only goal of doing unity build - increased compilation speed. There are some other adva…
»
Simon Anciaux
I'm not saying it's a good way to do things. I haven't work on any system of that magnitude (I'm a…
»
MrCelsius88
I’m aware of the basic concept of a unity build and how it’s supposed to increase compilation …
»
Gaurav Gautam
But Simon, why would one want to write these things in a document removed from the programming its…
»
Simon Anciaux
The article seems to have a similar way of creating the design document as we have to create code.…
»
Gaurav Gautam
Yes the include is exactly the problem. I do not use the files from the handmade hero preorders di…
»
x13pixels
Thanks. You mentioned "I have hardcoded the paths to my own computer all over the place". Do you r…
»
Gaurav Gautam
I could only stand to read the first 2 sections and beyond that I couldn't make myself continue to…
»
Simon Anciaux
Sort of very bad defer in C.Requires to use "defer_scope";Requires non-deferred code to be in a "n…
»
Delicious Lines
Hello! I recently submitted a project, but I could not find anything about how project submission …
»
Gaurav Gautam
Hello, I did as you suggested to see if I get the questionmark. But I don't see it. I have made a …
»
Mārtiņš Možeiko
Using subst drive usually gives more problems that solve it. That's because if you open source fil…
»
Gaurav Gautam
I am on day75 in the video. And I am running v0.3.8.1 of remedybg. I will try the steps you mentio…
»
baublebeard
That was it! Dispatch message was in the wrong spot. Thank you for the quick reply.
»
x13pixels
I'm not seeing this either. The video is definitely showing something strange is going on. One thi…
»
Mārtiņš Možeiko
With what version is this? Make sure to try the latest one.
»
Simon Anciaux
I don't know but I assume it depends on the game. It's not uncommon to see NPC animated at half fr…
»
Simon Anciaux
I just tried it and it's working on my machine. If you use subst to create a "virtual drive" maybe…
»