The Wayback Machine - https://web.archive.org/web/20110722233759/http://www.codeguru.com:80/cpp/cpp/string/conversions/
Survey

    String Conversions

    String Builder: Building Strings with Streams on the Stack

    Discover how to build strings using streams, in one line, using only the stack as storage.

    URI Encoding and Decoding

    Learn about fast and portable URI encoding and decoding functions that use std::string as the argument and return type, and do the buffer conversion, including '\0'.

    Guide to BSTR and C String Conversions

    Converting to/from C strings and various Visual Basic BSTR string types.