ABOUT ADDITIONAL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Amu

    #1

    ABOUT ADDITIONAL

    how can i additional two values with two objects with constructer

  • Victor Bazarov

    #2
    Re: ABOUT ADDITIONAL

    Amu wrote:
    how can i additional two values with two objects with constructer
    Huh? A verb is missing. How can you *do* what? "Additional " is not
    a verb, there is not way you *can* it. Please rephrase.


    Comment

    • sonison.james@gmail.com

      #3
      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

        #4
        Re: ABOUT ADDITIONAL

        Amu posted:
        how can i additional two values with two objects with constructer
        Your speech is unintelligible; however I'll hazard a guess:

        Type(5) + Type(6)

        Type(5 + 6)

        --

        Frederick Gotham

        Comment

        Working...