I'm reading a C++ tutorial book, and the author says most C++ compilers include a String class library, but even if it does, it is recommended to create your own String class. Unfortunately, the author doesn't state why. Does anyone disagree/agree and why?
I'm using Xcode and the String class that is provided seems fine to me, but then again, I've only been working with it for a few hours, so I wouldn't know the limitations.
Thanks in advance.