Programming Tutorials

Comment on Tutorial - Dot (.) vs Arrow (->) to access data members in C++ By Ivan Lim



Comment Added by : Tan Mi

Comment Added at : 2011-10-25 23:24:10

Comment on Tutorial : Dot (.) vs Arrow (->) to access data members in C++ By Ivan Lim
I have a sample code in which,

object.function_name()->another_function();

How is this possible ? and what does this explain ?


View Tutorial