So i need to create a member function to return the length of a string. it needs to return a std::size_t value. and the size() function should not change the object.
I'm compiling with g++ in the terminal so how would i do this in a .cpp and .hpp file? would it look something like this? really confused on this function.