Ok, I have to try and code my own string class. I am doing a char array of course to store the characters. Is there a way to allocate memory as needed? So i do not have to know the predefined length? pretty much like a vector but dont think we can use one.

Is there a limit to the string class and how long a string can be?