We are doing overloaded functions right now, and i have the +,-,and* ops loaded correctly, in that i can do class+class and class+double. But i cannot do double+class. The prof said that the constructor should automatically convert the double into a type of class. How is this possible?