Troubles with private member pointer.Ok guys, now I got it. Thanks to all! In addition, I would like to say that there is only one getBa...
Troubles with private member pointer.Thanks Athar, problem solved! But I don't understand the difference between the two lines below, co...
Troubles with private member pointer.Considering the class header [code] class DadosBarraRolagem { private: BarraRolagem* barr...
Unfamiliar constructor of the class.Considering the following constructor of the class DadosBarraRolagem, can I substitute this [code]...
What double(*y)(double) means?Thanks mik2718, And could you please tell me a little bit of what's going on in the constructor of ...