RoboPogo / Publications
Forum
Assignment Operator Overload (operator=)
Hi, I am trying to overload the Assignment Operator as this demonstrates, but regardless of what I have tried, my overload in my class is completely ignored. Here is the Object class that I have defined... class Object { public : Object(); ~Object(); int value ;