CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    2

    Overload Operator question

    Hello, this is the first time that I have played with overload operators. I was wondering what would the algorithm be if I wanted to do something like this. EX: c = a * a;

    I'm confused on where to start. Can someone just push me in the right direction? I dont need the code I just want to know what steps I should take.

    Thank you guys!

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Overload Operator question

    Google has a lot of pages like these.

  3. #3
    Join Date
    Mar 2009
    Posts
    2

    Re: Overload Operator question

    thank you Skizmo, I searched plenty of sites off of google. But I did not come across this one. I'll check it out. Thanks!

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