I have about 15 years of experience coding in proprietary embedded environments in the original C++ (C++ 99?). I have even more experience in K&R C.
I have been given timed tests that assumes C++11 or newer, and I don’t do very well on them. I am looking for a formalized resource that can give me over the gaps between the old and new C++ variants. Starting over learning Inheritance would not be helpful.
For examples: the tests I have been given assume stdio has overloaded ‘>’ and ‘>>’ operators. Also _main(int argc, char **argv) seems to be obsolete as of C++11.