A
asit
I need to implement some string functions in my string class. is it
possible to overload string class ???
possible to overload string class ???
I need to implement some string functions in my string class. is it
possible to overload string class ???
I need to implement some string functions in my string class. is it
possible to overload string class ???
You can not have member functions with same name with class, class
name is reserved for constructors. Do you have a dictionary? Search
some other word with same or close meaning from it like 'text'.
i need to inherit from string class. My requirement is like that
making functions which acts on string class with make the design
brittle.please suggest me.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.