Composition & member accessThe line; [code] my_b.my_a().set_my_string("a'); [/code] , can you even do that? B::my_a() retur...
Composition & member accessYeah they do. I was looking for some other way of doing this. Is Santosh Reddy's example the common ...
Composition & member accessSure that works, but it gets really annoying when there are multiple layers of classes like this. Al...
Composition & member accessHello all! I have a question regarding composition and accessing members "deep" inside the compos...
Accessing private members from inside classI put the non-const access method as private so that I can use it internally in the class. Externall...
This user does not accept Private Messages