المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : standard c_str() problem in C++



C++ Programming
02-22-2012, 05:22 PM
I have craeted following kind of function in a class:

void SetStr(string& s1, string& s2)
{
const char* s =(s1+s2).c_str();
cout