"Five Popular Myths about C++, Part 1" By Bjarne Stroustrup
http://isocpp.org/blog/2014/12/myths-1
"In this three-part series, I will explore, and debunk, five popular myths about C++:"
1. “To understand C++, you must first learn C”
2. “C++ is an Object-Oriented Language”
3. “For reliable software, you need Garbage Collection”
4. “For efficiency, you must write low-level code”
5. “C++ is for large, complicated, programs only”
Nice!
Lynn