Both seem to work fine for me...
- Casey
If you are interested in mathematics fundamentals (i.e. introduction to vectors, coordinate syste…
Mike —
It seems that youtube got some problems with these 2 videos.
Day 7 loads only on 360p after a lo…
The fact that it's going to be tiled screens with no scrolling is a bit disappointing. At this po…
Moritz —
Thanks alot! I now have a batchfile to run devenv with the files i want it to open in it, works p…
create an enum for the tilevalues and one for tiledirection
1
2enum class TileName {OPEN, WAL…
Do they have ones with eyes? These don't seem to have any stitched on.
The LINK error is normal: when you build handmade hero there are 2 compiles, one for win32_handma…
For your first problem:
1) Right click on win32_handmade in your solution explorer. Choose 'Debug…
I had never used the volatile keyword.
Using only "volatile uint64 diff..." I couldn't inspect th…
Moritz —
When i use devenv win32_handmade.exe, it only loads the win32_handmade.cpp file as well as a the …
Man I really suck at Binding of Isaac.... Hopefully HH will start easier than that. (well I'll ge…
Sleepy —
If I recall correctly, Casey mentioned that he wanted it to be obvious to the player whether a sh…
Sleepy —
I was thinking along the same lines as the OP, that something needs to be changed with the Q&…
C++ <=/=> OOP. I've worked on C++ and Java OOP projects and they were not good.
The projec…
I've heard good things about "How to Design Programs" beginners book (http://htdp.org/), but it's…
I'm going to try to be fair here. OO isn't "bad" in and of itself, but it's not what you want her…
I think good indicator of how good "paradigm" X is inverse of number of books titled "Effective X…
Best C book besides knrc is http://www.amazon.com/Programming...pproach-2nd-Edition/dp/0393979504…
You can find here a good one from Standford :
Stanford C programming,
Introduction to Computer…
In my experience, if you want to code without knowing the details of how a computer works, C++ is…
Thank you Casey , can you just let the pre-stream record a little more than 2 week so I can catch…
This is a red-letter day indeed! Because if you look at their other paperweight-style plushes, yo…
I don't know if we'll have it in the overworld, but it sounded from Casey's description of the "l…
theinternetftw
I think far less authored are things like Minecraft, Terraria, No man's guy, et a…
Don't benchmark code without optimizations. Those numbers can be completely different than code w…
Dan —
hendrix Bjarne Stroustrup: Why the Programming Language C Is Obsolete
https://www.youtube.com/wa…
ryalla —
Another classic is Steve Yegge's Execution in the Kingdom of Nouns. There are good things to lear…
I think you'd be able to do it pretty easy actually! In this picture, elevation is a fictitious c…
I've updated with keyboard input and support for day 30 code.
Still need controller support but i…