Convert std::string to const char* or char*

Posted by workinprogress on Stack Overflow See other posts from Stack Overflow or by workinprogress
Published on 2008-12-07T19:30:56Z Indexed on 2010/06/01 8:43 UTC
Read the original article Hit count: 206

Filed under:
|
|
|
|

How can I convert an std::string to a char* or a const char*?

© Stack Overflow or respective owner

Related posts about c++

Related posts about string