Thread: operator overloading

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    33

    operator overloading

    Hey, some of you may have seen my other post earlier. I am still working on the same project, but thanks to your help I solved my earlier issue and almost have this one nailed.

    In my program I have a class called Set that has an array of integers to hold data in. I am needed to implement 3 separate overload functions on difference instances of set. I was wondering if there is a good tutorial on overload functions that deals with arrays before I start asking questions. Thanks!

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Operator overloading or function overloading? This very site has a tutorial on operator overloading, if that's really what you meant.

    The array thing would appear to be a red herring, because there's nothing about arrays that is special in terms of overloading (functions or operators).

  3. #3
    Registered User
    Join Date
    Feb 2010
    Posts
    33
    Thanks boss, I'll get reading before I start bugging ya!

Popular pages Recent additions subscribe to a feed