CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: combining codes

  1. #1
    Join Date
    Sep 2000
    Location
    Houston Texas
    Posts
    4

    combining codes

    I am sure that over time my questions won't be so lame but until then....
    I have a small code that I finally made that does simple math (+-*/), but I want to add a snippet that I found and I want to add it to my code. I didn't find it here or in a book (yet) but how does one go about connecting two seperate codes? Maybe I am overthinking this and it's right in front of me.
    thanks in advance

    ...newbie to the JAVA world, be gentle.
    I have many questions.

  2. #2
    Join Date
    Sep 2000
    Location
    Texas
    Posts
    22

    Re: combining codes

    well -- you cut (or copy) the code, then paste it inside you function, and make sure they use the same variables..
    you are going to have to be a bit more specific for more help than that.

    "There are no facts, only interpretations."
    -Friedrich Nietzsche

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured