Re: ZeroTypes Pod-non-Pod
There are benefits. Not everyone is open to new ideas. However, I…
lost
b) You shouldn't use malloc and free when you can use new and delete
Actually in modern …
Just to make sure readers know that there is a diversity of opinion on this thread...
lost
a) m…
In general it's hard to prevent saying silly things sometimes when I'm working without a script! …
I'm taking this week off from streams and scheduled programming to work on the website and articl…
As for "why not just use malloc and free"
Casey does a lot of unnecessary things. He's really t…
Hi. I work for a major software company that is publicly traded and has been in business for 30 …
Thanks, always good to have arguments for future C++ rants :-). The syntax used there is C++ only…
jstimpfle
In https://youtu.be/T6TyvsKo_KI?t=17m52s Per mentions that C requires "unbounded/large…
Say goodbye to jaggies, it's smooth sailing (and rasterization) from here on out!
I finally got …
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:
1[url=#future-…
Hi,
I'm currently writing a C parser and so far it's going quite well. I've implemented a fairly…
As ChronalDragon pointed out to me, what I'm proposing is that most programming tasks can be reco…
Gops —
Thanks for the suggestion Scott, I should've thought of that.
It turns out that the reason for t…
Modern Windows uses GPU accelerated rendering when compositing contents of windows to screen. So …
Hey Gops,
I think the best test would be to download Day 180 from Casey's downloads, build and r…
Gops —
I just got to Day 180 where we got some of the debug display working and I noticed a bit of a dif…
As far as I know, there's no way to force malloc to return a fixed address inside the virtual mem…
Hi everyone,
i have another release for you all!
This release contains a ton of bugfixes and im…
Yes, regular malloc/free will also work.
Annotations are done mostly by Miblo (its mentioned on …
Thank you, wow those annotations are amazing, who is doing all that work!?
So it sounds like he …
UPDATE: I recently downloaded Casey's code from the repository and compiled it. It does the same …
Handmade Folks,
UPDATE (5/22/2018)
rby90 recommended teachyourselfcs
Delix added a Handmade wi…
You'll need to use the platform layer to allocate the memory for you.
In fact (it looks like) he…
So I'm glancing over the code introduced around episode 21 of handemade hero where he does the ho…
Hi there!
I found an issue that was causing a crash and found that it was deterministic and cou…
There is an easier way - you create normal VS project. Then it will work as designed. Everything …
Thanks everyone. It's super simple for now, but got a very basic terrain generator via perlin noi…