D
deepu
Please let me know how to concat two string using multiple in
heritance
heritance
deepu said:Please let me know how to concat two string using multiple in
heritance
deepu said:Please let me know how to concat two string using multiple in
heritance
The question is not clear. Concatenating strings is
ordinarily a run-time operation, whereas multiple inheritance
is ordinarily a compile-time operation. There is, by
definition, no way to perform a run-time operation at
compile-time, nor vice versa.
deepu said:Please let me know how to concat two string using multiple in
heritance
I believe you are mistaken there. I cannot answer for "most
people's minds," but I certainly expect most C++ developers to
understand the difference between a string and a token.
The popular debate seems to be whether raw arrays of char
should be considered strings.
That is true, insofar as we consider character array literals
to be strings. In this sense, I agree that most developers do
consider "hello world" a string, even in C++.
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.