For those of us migrating from C or pre-2011 C++, the auto keyword in Modern C++ can have us scratching our heads a bit, when we first encounter it. Initially, auto seems to run counter to the generally strong typing philosophy of C++. Declaring variable types has been drilled into us very early on, so […]