Interview question; what is the main theme of Effective C++?

c++, effective-c++

Solution

In one word it's `Advice`

Problem

I was asked the following question at a recent job interview: What do you think is the main theme / single word that sums up the Effective C++ series from Scott Meyers? What would be your answer to this question?

Original source