I have my class complex with most of the facilities needeed to do operations...
I have created a Add class with the goal of overload operator () (just to learn)...what I'm trying to do is call that operator with a Add obj and with and complex argument...but in the call the compiler is giving me an error...I don't know why I can not call and I can't imagine the way to do it...does anyone know how to?,thanks...
well, I have just found out that without putting the dot operator(line 108) it works...but I dont know how....that is way is how to call a function and test is an object of Add....does anyone have an explanation?thanks