spx —
For further development I will make sure to keep the roadmap in sync with the changelog. The rele…
spx —
c[ode]clap 0.9.0 took quite some months longer than originally planned but is now available for d…
If you're learning assembly, you probably know about instructions like add, sub and mul for doing …
I personally don't think it's a too bad concept.
However there are a few issues.
Communication…
I am not sure what you want to parse or how far you want to go, but the physical offset can be ca…
Ah, you are right. debug table will contain location of pdb file.
Hi,
That table (data directory) only contains the RVA (the address after it has been loaded in me…
You locate it by looking at data directory table: https://docs.microsoft.com/en-us/...eader-data-…
Welcome, Ishan. Enjoy the episodes. I started at 0 and it took me over a year to get caught up.…
Hi,
I recently stumbled upon this concept.
https://langserver.org/
I know its not fresh news, bu…
Hi,
So I was trying to parse PE file using the documentation at
The documentation say about the…
joelrobichaudAre there any plan to support loading crash dumps in remedy? Or is that feature alre…
Are there any plan to support loading crash dumps in remedy? Or is that feature already there and…
When asking such questions, try to give the exact error message and which platform you are workin…
Wow, thanks for taking the time to do this :)
Hey everyone. I've been plugging away on my Mac platform layer for Handmade Hero, and I wanted to…
MórThere's no institution to do it yet.
Since global warming is really trendy among the kids rig…
Mór —
There's no institution to do it yet.
Since global warming is really trendy among the kids right …
newbie here
raylib uses stb, im trying to use some stb references/functions but it give to me err…
I don't know why "Windows Functions" don't show up in Zeal search but they are in the documentati…
VROOM —
That's cool! I didn't know they actually validated those. I thought they were just documentation.
_In_, _Out_ and and other annotations are not only for programmer, but also for cl compiler. They…
VROOM —
I think those are correct. I don't remeber which version of the documentation Casey uses, but Mic…
Ishan —
I have tried enabling Microsoft Help Viewer already(Luckily Visual Studio 2019 does have it).
How…
VROOM —
Microsoft used to provide the whole MSDN library for offline use, but the last version I remember…
Ishan —
Hello,
I am new here. I am starting the handmade hero video tutorial from zero.
The video 001 wa…
VROOM —
I can see why you would think that. What I mean is, given the problem statement of:
I want to st…
From your examples it looks to me that you are looking for explanation/guide how to organize data…
Guntha —
Hello VROOM,
There's a chapter about it in Game Engine Architecture 2nd Edit...st likely in the …
VROOM —
When I started learning C, I got taught to just call malloc and free everywhere and not worry abo…