Not a specific recommendation but: has links to a number of freely available texts and some relat…
Cool! I didn't have my location in my profile before but you prompted me to add it :)
Yes, definitely 2D. Teaching all the 3D math would probably take many months so I felt like it wa…
The options are stored in the .sln file. Visual Studio should have asked you to save the .sln fil…
Fun idea to visualize this! Seems i'm the only one who represents Belgium on this forum. I have s…
To get this thread back on the topic of texts on programming, I'm currently reading through Alexan…
Here is Casey expressing the same idea I was suggesting: 48:34 up to 50:30
The same could be said about books, some are bad and inadvisable. The laser programmer mention is …
Not necessarily, I know someone who programs software for controlling a laser that is used to kil…
A good book saves the time of trying to sort through huge amounts of internet resources to separat…
That was a bad analogy. I find it stupid that people ask for books when they have the Internet at …
Just operate on brains and make all the mistakes that you must. Brain surgery is not about readin…
Visual Studio has the option to use as a working directory at: w:\handmade\data . However, once w…
Just program and make all the mistakes that you must. Programming is not about reading books it is…
The Art of Computer Programming (It's a multi-volume set but I'm calling it one book) 2. Structure…
I think I can confidently say if you are only going to own 1-3 books on programming, that none of …
Chapter 14: is now up. The top-secret behind-the-scenes info: — David
almost no work. If clang is compiling then cling is too.
The idea seems pretty cool and I would like to use it. I wonder however how much work would you ha…
Marco —
Thank you all for your replies! I will start digging into those resources soon and I'm sure I will…
So I wrote a quick script to grab the listed locations of everyone on the forums so far and then d…
Yes. Scott Meyers is not a bad guy ;) And there is clearly good stuff in the books, no doubt abou…
To be fair, Effective C++ only says you definitely should do it if you are going to delete a poin…
Assuming that there is no operator overloading going on, then yes, []'s in C generally just does t…
Gilbert Strang also has a nice calculus book that you can for free.
I am still somewhat new to pointer arithmetic. For our RenderWeirdGradient, for example, we fill t…
CMuratori Will you go down the rabbit hole for today's input code, memory and pass time with Wirel…
I've discovered an interesting easter egg of sorts in the game. If you look in the "code" director…
I highly recommend . It's not technically a course in C, but it's an intro course and they use C s…