Since I threw that term out there, I can explain what I specifically meant. I was specifically …
That's what I was trying to imply with my earlier observations! If highly paid Google engineers a…
This is a little out-of-sync, but I've been working on it recently and thought it was worth writin…
Holy smokes it is April 2018 already! A lot of time has passed since a serious update to RemedyBG …
Last blog post I mentioned a problem with the selections, and it has been problematic in many area…
Andrew, your state-based user input looks a couple of steps short of a state machine. I'm confused…
Since December I stopped working on Mind Man as I was lacking direction. In the mean time I starte…
Hi all, I’m wondering if Casey does any work with collision detection past day 130 (that’s whe…
I think it varies for each developer, and so I think it'd be valueless to define precisely. The w…
Thank you so much for these resources, they are amazing! And thanks to everyone for taking the ti…
Chen —
That's a very fair point, I will definitely incorporate that into my future internship/job search.
rby90 —
If you do end up going with C I suggest trying to grab a copy of fantastic book although expensiv…
Todd —
I've been following the series loosely (I don't watch every weekend but probably a stream per mont…
Todd —
You guys are brave for even messing with VS2017. I fought that battle and lost.
So for what I’ve seen is that Minimalist C++ @ HN is operator and function overloading. What els…
Yes, the names line up because they're translated 1:1 right now. There should never be any problem…
Hi there, First of all, thank you for doing this series. I find systems programming fascinating bu…
It takes me a few minutes to work out where I am and what needs doing from looking at the code col…
Good news! This is fixed most likely, there isn't quite enough information here to be 100% sure b…
No problem! I emailed you a repro executable, not sure if you received it? The entry point is a bi…
C++ compile times start to explode once you have very large and template heavy headers being incl…
Not that I know of, they mentioned it on twitter, that they have been using it for a while and lov…
Might already be fixed in your dev version but worth mentioning anyway, I'm getting a segfault whe…
Is there an article covering Zachtronics use of hotswapping?
This statement really needs some data and measurements to back it up. Because I'd really know if …
You are applying for perhaps the hardest to get programming internships in the whole world. Expan…
That's me! Also did Visual Basic for awhile... Even languages like QBASIC can provide a learner a…
what language should I choose? It doesn't matter, every rockstar game developer you ever heard of …
I think there are a few good reasons for compiling as C++. I compile my projects as C++ just beca…
The extra compile time when going from C to minimalist C++ is negligible. C++ compile times start …