Migrating to Modern C++
When moving from C or early C++ to C++11/C++14, it can be difficult knowing where to start. Here are some minor features to focus on that will improve your programming and make your life easier. NULL vs nullptr I'll just go ahead and say it: eliminate NULL from your vocabulary right now. nullptr is the …
