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.
Luca Vignaroli
Thanks Flyingsand! I don't know why the fact that void * was C++ only stuck in my mind, I swear …
»
Roderic Bos
If you're talking about this assert: 1Assert(TestSecondsElapsedForFrame < TargetSecondsPerFram…
»
Flyingsand
So far in my mind I can only make distinctions when I see the following: void *pointers -> C+…
»
Luca Vignaroli
Hello guys, first of all: a huge Thank You to Casey for doing this. I missed the C64/Amiga codin…
»
Jari Komppa
nofoam Garbage collection is a travesty, and an abomination. I'll bite. GC does what it's desig…
»
Jari Komppa
Dragonmaster047 I would like to know if there is a way to use fixed point values instead of float…
»
Ruy Calderon
This is not my code, thank Juraj Novák for this website. But in essence, this is a really cool [j…
»
Aaron
Oh, right, the macro. Brain appears to be running out of energy. Yeah, I just reconfirmed that c…
»
Mārtiņš Možeiko
IID_PPV_ARGS macro expands to two arguments: 1#define IID_PPV_ARGS(ppType) __uuidof(**(ppType)), …
»
Aaron
Yeah, I have. Only difference I see between our implementations is that you only pass CoCreateIn…
»
Mārtiņš Možeiko
You can try compare your implementation with my WASAPI code to find differences: https://forums.h…
»
Aaron
I did some experimenting and tried to implement sound with WASAPI instead of DirectSound. For som…
»
Daniel
Can we please, please have a female character option? The lack of female characters in games (th…
»
Benjamin Schnur
I've been coding along on YouTube and I'm at the end of HH Day 019, but I have an issue related t…
»
Thompson Lee
That link should be put somewhere in the sidebar for better clarity. I wondered if this is possib…
»
Mārtiņš Možeiko
You can search here: https://forums.handmadehero.org/index.php/forum/search Unfortunately link to…
»
Thompson Lee
I was looking to find if there's a search function usually seen in forums, but I can't locate it.…
»
hendrix
Assembly Language for x86 Processors, 7th edition March 2014 http://kipirvine.com/asm/ Excellent…
»
Livet Ersomen Strøm
mmozeiko From what I understand it runs only on PowerPC or Amiga hardware. Not everybody has acce…
»
Mārtiņš Možeiko
I think that for storing large positions in fixed point still makes sense today. Especially when …
»
Mārtiņš Možeiko
From what I understand it runs only on PowerPC or Amiga hardware. Not everybody has access to suc…
»
Livet Ersomen Strøm
grhodes The project is fantastic. You are doing an amazing job of explaining the how and why of e…
»
Flyingsand
ThadeuMelo But honestly, I was at day 22 up to last week and had to take a break and again my pr…
»
Dragonmaster047
I would like to know if there is a way to use fixed point values instead of floating point values…
»
Livet Ersomen Strøm
I just became aware of this, and will test it soon. But have any of you tested it? I'd like to he…
»
Livet Ersomen Strøm
It's not very messy at all, it's a work in progress, for educational purposes. And even for me wh…
»
Graham Rhodes
Ah, Okay. I appreciate the reply and clarification, Casey. To be clear, I triggered on your use o…
»
ThadeuMelo
Well, technically C and C++ are high level languages. But honestly, I was at day 22 up to last w…
»
Livet Ersomen Strøm
Pseudonym73 Obligatory Bret Victor: https://www.youtube.com/watch?v=8pTEmbeENF4 TL;DR: "horse…
»
ben
Garbage collection is a travesty, and an abomination.
»