I actually recommend against using "bool" for a number of reasons, some of which are mentioned her…
Your compiler should be giving you a warning that you are assigning a value that is too big to fit…
Sorry for bringing this old topic back up. I am wondering if anybody ever made any measurements ab…
Jeff, I use Illustrator, but mainly because I already had it. If you are interested on doing somet…
He said in the previous stream that he will clean up everything when it's all done. He also said s…
Generally I prefer early exits over deeply nested structures. It makes it much easier to mentally …
I understand and agree with what you are saying. My point was that anything that adds extra devel…
Such annotations are not useful because they make the code more readable. Actually I find this hur…
There's the random number instruction on the CPU, there's timing-based randomization (see how many…
No criticism on that! I was just trying to express my appreciation for your job. I personally woul…
Thanks for sharing those resources on PRNs, very interesting. I'm curious if anyone else watched t…
Thanks for spotting that! It is fixed. We are uploading new timestamps to the best of our abilitie…
Thanks for the responses. Some things mentioned there that I definitely need to watch out for, to …
I was planning to try PCGs on the stream, since previously I usually used LCGs which are crappy bu…
I tend to prefer X, dX and ddX because you end up with a lot of things that have single and double…
Cool! I haven't looked at it yet, since I'm waiting for tonight's stream, but that sounds reasona…
In episode 71, Casey mentions that templatizing vectors would be another approach (not one that he…
re PCG: is a lecture on random number generators and the PCG presented by the papers author Melis…
How can you tell what the type is in that example?[/quote] it should be clear from the naming tha…
You can implicitly convert them to a std::function (it's not computationally free though, so if y…
I believe one of the causes of the missing entities seen at the end of Day 71 is a bug in ChunkPos…
auto sure is convenient in the context of C++ (template madness, crazy long types with angle brack…
How can you tell what the type is in that example?[/quote] Ok, maybe that wasn't a good example. …
How can you tell what the type is in that example?
In the IsInRectangle function for rectangle3 you don't test the z coordinate. }[/code] And a smal…
Hi there, I enjoy the way you style your notes! It oddly reminds me of CAD drawings (electrical ci…
In many cases you can tell the type by looking at the right-hand side, example:
Great job on that! Thanx! Do you plan to continue updating the timestamps? It's a really useful fe…
Hello guys, I'm trying to validate by implementing all of the example code. I found something I'm…
Great! I'll give a try to them all. @sol_hsa: Sadly, I cannot join the IRC at AfterNet, because of…