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.
ppbitb
Sorry, this isn't a full answer, more of a partial reaction. Frustration and complaints are very c…
»
Oliver Marsh
I know how you feel, very strong current pulling you in the opposite direction. Not sure what the…
»
FictionalWizard
Hello, I have been watching the streams and following along. I also like to watch Jon blow streams…
»
kurorah
I've removed most of the debug string for this issue to move on for time being and come back to …
»
Mārtiņš Možeiko
Anything that inherits IUnknown is COM. You can check that it in headerfiles or in MSDN docs if th…
»
Leonardo
Yeah, I was reading about COM on MSDN. Found about the ->lpVtbl->. When following Handmade Hero, i…
»
Simon Anciaux
Why are the s in that code capitalized ? Is it a macro ? If so what is it ? Could it be that your …
»
kurorah
Apologies, this is the assert triggered. I've added lots of these outputs in the code to diagnose,…
»
Simon Anciaux
Welcome. You should add the steam video on the project page so that we can see what's the game abo…
»
Simon Anciaux
There is no assert in the code you shared. Could you share a more complete example ? What is the e…
»
Finalspace
Sorry for the late answer, but i didn´t seen your post :-( Did you tried to compile and run the "…
»
Mārtiņš Možeiko
This is not true. Any Microsoft COM stuff compiles as C code. This is by design. This includes D3…
»
kurorah
Hello, I've been trying to find this bug in my code to no avail. I found another thread with a sim…
»
Leonardo
Wow! Ok... this is awesome. I searched for D3D12 on github but I didn't find this repository. Than…
»
Marc Costa
You can use D3D12 from C, You don't need the macro, you can find declarations for the ids in the…
»
Leonardo
Hi everyone, Recently I watched some Handmade Hero episodes where Casey says that there is no more…
»
Angelo Theodorou
You can read the the #15 development update, with the progress from April to the first half of Ma…
»
Riccardo Caprari
Hi every one, my name is Riccardo Caprari, "Capro" in short, and I just recently joined the site t…
»
Pascal Beyer
Sweet, I want to write a vector graphic thing myself at some point. This is a great resource.
»
Pascal Beyer
I think he is generating unique strings as "DEBUG_NAME" (concatinating file and line). Then he ju…
»
Jason
I've been watching some of the debug/profiling videos and in the beginning Casey was using static …
»
Mārtiņš Možeiko
You can disable buffering on stdout with this:
»
Finalspace
Hi, i just want to give you a short overview what the current state of FPL are and what will comin…
»
Adrien
Okay if I add fflush( stdout ); it work. But they is no other solution to just add fflush( stdout …
»
Simon Anciaux
To be clear, you're trying to run one of your executable from 4coder ? Could this be similar to th…
»
Simon Anciaux
I tried to create a title using and the resulting titles reads: With the second being in italic…
»
Simon Anciaux
Description This module helps to figure out which scope is enclosing the current code line by displ…
»
Adrien
For exemple I saw 'hey!' only when I close the executable.
»
Monax
Great article thanks you :)
»
stat phantom
Been following along and learning a lot! but all of a sudden the live editing stopped working, it …
»