how can i additional two values with two objects with constructer
ABOUT ADDITIONAL
Collapse
This topic is closed.
X
X
-
AmuTags: None -
Victor Bazarov
Re: ABOUT ADDITIONAL
Amu wrote:Huh? A verb is missing. How can you *do* what? "Additional " is nothow can i additional two values with two objects with constructer
a verb, there is not way you *can* it. Please rephrase.
-
sonison.james@gmail.com
Re: ABOUT ADDITIONAL
Amu wrote:how can i additional two values with two objects with constructer
I think you want to add two objects that you have written, for that you
will have to overload the '+' operator. Please read on operator
overload for more info...
Thanks and regards
SJ
Comment
-
Frederick Gotham
Re: ABOUT ADDITIONAL
Amu posted:
Your speech is unintelligible; however I'll hazard a guess:how can i additional two values with two objects with constructer
Type(5) + Type(6)
Type(5 + 6)
--
Frederick Gotham
Comment
Comment