What is a string object???
I read through my book and did not understand it...
Can anyone tell me what they are?
Thank you
If to say in short then it is a template class that dynamically allocates memory for character arrays.
Basically it's like an array of chars but with more functionality built into it.