Strings

So I have a std::string and depending on the users choice I use switch to assign different strings to it, then I pass this ("images/" + strT + "T.png") as a parameter to several functions (each hass different letter before the extension, in this case 'T'), after this I cleared the string object.
But I couldn't figure out how to do this with c style string?
Topic archived. No new replies allowed.