Friday, October 22, 2010

String Implicit Conversions

The C++ string type does not have an implicit conversion to 'const char *'.

Reference: Exceptional C++ by Herb Sutter. Addison-Wesley, 1999, p. 164.

No comments:

Post a Comment