
This week I preview C++17’s upcoming “constexpr if” functionality.
Last week we discussed how to use std::bind
. this week we discuss why you should never use std::bind
I introduce the C64 memory map by way of tracing the circuits used to activate the VIC-II for reads and writes.
Many of the different ways you might implement a Fibonacci sequence in C++ plus one you’ve probably never considered.
In this episode I correct some of the details of the “std::future Quick Start” episode while expanding on the info provided.
It is possible to perform some form of the variadic folds that are coming in C++17 with the C++11 and C++14 compilers that we have available today by using just a little bit of creativity.