The Wayback Machine - https://web.archive.org/web/20100724063456/http://www.codeguru.com:80/cpp/cpp/string/general/

    General

    Prefer std::string to char*

    Understand the benefits of using the STL's std::string class over the C-like character arrays.

    MI Is not Mission Impossible

    Read a guide to dealing with some of the problems encountered with multiple inheritance.