Legionaire
Technical User
n00b question:
I got 1 class. And two instances of it.
There're values in those objects that I want to add together with the following format:
object1 + object2 = certain member elements added together;
it's the same as overloading with the friend operator in C++.
I got 1 class. And two instances of it.
There're values in those objects that I want to add together with the following format:
object1 + object2 = certain member elements added together;
it's the same as overloading with the friend operator in C++.