[/quote] Actually in modern C++ you wouldn't be using new and delete at all. Instead you would us…
Just to make sure readers know that there is a diversity of opinion on this thread... I'll disagr…
In general it's hard to prevent saying silly things sometimes when I'm working without a script! B…
I'm taking this week off from streams and scheduled programming to work on the website and article…
As for "why not just use malloc and free" Casey does a lot of unnecessary things. He's really tak…
Hi. I work for a major software company that is publicly traded and has been in business for 30 y…
Thanks, always good to have arguments for future C++ rants :-). The syntax used there is C++ only …
Say goodbye to jaggies, it's smooth sailing (and rasterization) from here on out! I finally got ro…
I just noticed you updated the article. Thanks.
Why is this "Critical" ? It looks like click bait. And there is a typo in the title.
Thanks for the article. There are two links to id that don't work in the article: Under the first…
Hi, I'm currently writing a C parser and so far it's going quite well. I've implemented a fairly c…
As ChronalDragon pointed out to me, what I'm proposing is that most programming tasks can be recog…
Gops —
Thanks for the suggestion Scott, I should've thought of that. It turns out that the reason for the…
Modern Windows uses GPU accelerated rendering when compositing contents of windows to screen. So a…
Hey Gops, I think the best test would be to download Day 180 from Casey's downloads, build and run…
Gops —
I just got to Day 180 where we got some of the debug display working and I noticed a bit of a diff…
As far as I know, there's no way to force malloc to return a fixed address inside the virtual memo…
Hi everyone, i have another release for you all! This release contains a ton of bugfixes and impro…
Yes, regular malloc/free will also work. Annotations are done mostly by (its mentioned on right s…
Thank you, wow those annotations are amazing, who is doing all that work!? So it sounds like he is…
I recently downloaded Casey's code from the repository and compiled it. It does the same thing. M…
Handmade Folks, UPDATE (5/22/2018) UPDATE (6/2/2018) [li] recommends . At the time of writing, t…
You'll need to use the platform layer to allocate the memory for you. In fact (it looks like) he r…
So I'm glancing over the code introduced around episode 21 of handemade hero where he does the hot…
Hi there! I found an issue that was causing a crash and found that it was deterministic and could …
There is an easier way - you create normal VS project. Then it will work as designed. Everything e…
Thanks everyone. It's super simple for now, but got a very basic terrain generator via perlin nois…
/useenv has been working really well for me but I can't believe that there isn't a better way to g…