In order to avoid unnecessary variables, is there a way to make
int var = sharedPtrStringVar.length();
and other funtions of String work with smart pointers?
Until now I`ve been copying the string from the pointer into a temp var but isn't there a better way (without using vectors)?
thnak you Yksisarvinen that was exaclty what i wanted to kinow