M
Mike Copeland
Is there a better way (less code, less convoluted, etc.) to access
the last character of a string variable than this?:
if(str2.at(str2.length()-1) != '/') str2 +="/";
the last character of a string variable than this?:
if(str2.at(str2.length()-1) != '/') str2 +="/";