ppbitb —
Sorry, this isn't a full answer, more of a partial reaction. Frustration and complaints are very c…
I know how you feel, very strong current pulling you in the opposite direction. Not sure what the…
Hello, I have been watching the streams and following along. I also like to watch Jon blow streams…
I've removed most of the debug string for this issue to move on for time being and come back to …
Anything that inherits IUnknown is COM. You can check that it in headerfiles or in MSDN docs if th…
Yeah, I was reading about COM on MSDN. Found about the ->lpVtbl->. When following Handmade Hero, i…
Why are the s in that code capitalized ? Is it a macro ? If so what is it ? Could it be that your …
Apologies, this is the assert triggered. I've added lots of these outputs in the code to diagnose,…
Welcome. You should add the steam video on the project page so that we can see what's the game abo…
There is no assert in the code you shared. Could you share a more complete example ? What is the e…
Sorry for the late answer, but i didn´t seen your post :-( Did you tried to compile and run the "…
This is not true. Any Microsoft COM stuff compiles as C code. This is by design. This includes D3…
Hello, I've been trying to find this bug in my code to no avail. I found another thread with a sim…
Wow! Ok... this is awesome. I searched for D3D12 on github but I didn't find this repository. Than…
You can use D3D12 from C, You don't need the macro, you can find declarations for the ids in the…
Hi everyone, Recently I watched some Handmade Hero episodes where Casey says that there is no more…
You can read the the #15 development update, with the progress from April to the first half of Ma…
Hi every one, my name is Riccardo Caprari, "Capro" in short, and I just recently joined the site t…
Sweet, I want to write a vector graphic thing myself at some point. This is a great resource.
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 …
You can disable buffering on stdout with this:
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 …
To be clear, you're trying to run one of your executable from 4coder ? Could this be similar to th…
I tried to create a title using and the resulting titles reads: With the second being in italic…
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 :)
Been following along and learning a lot! but all of a sudden the live editing stopped working, it …