With this channel I am first to teach my nephew C and eventually work into C++.
By starting with C and slowly adding C++ features, I show how it adds quality of life and safety.

The goal of this channel is to aid him in learning with /supplementary content/ to what I show him when just the two of us are hanging out. I'm also creating videos that cover much more content than we've discussed in case he wants to look ahead and ask questions about what he doesn't understand. I'm hoping that allowing him to broach concepts early will help our time to be more focused and productive. As of 2024-08-05, there aren't yet any purely C++ videos published (just queued). I currently have videos scheduled to be released until the 12th of this month. Past this point, I'll make an effort to use increasingly idiomatic C++.

With that said, I do dislike iostream, for example. I CAN'T WAIT for C++23's std::print so that I can comfortably drop the c-style [fns]n?printf functions in more situations.