- 2
How we make string length calculating function in c++ using class
Please write whole code
2 Réponses
+ 1
Don't even bother, C++ std::string already have built-in member functions that returns the string length.
Next time, avoid saying "give me code" or "write the whole code". People don't like to being told what to do as if you were their boss. Rather ask "how do I do this", much nicer, and more likely to get good responses 👍
0
Ipang you're right