SyntaxFix
Write A Post
Hire A Developer
Questions
.c_str() returns a const char*. If you need a mutable version, you will need to produce a copy yourself.
.c_str()
const char*