I\'m trying to debug a program that has no source code available, and I need to look at what it has stored in a std::string. I\'ve been Googling and looking on here, and I\'
Perhaps the easiest option is to use the c_str method, as in:
c_str
print myStr.c_str()