C++ printf with std::string? - Stack Overflow
C++ noob here with an AS3 background. Currently making my way through the book C++ Primer Plus. My understanding is that string is a member of the std namespace, so why does the following occur? ... It's compiling because printf isn't type safe, since it ...