Hi,

> C++
> ----
> ...
> (new Container()).containedObj.method1();
> //How could method1 ever access varA?
> ----

OOps, this shopuld of course read
(new Container())->containedObj.method1();

Christof


Reply via email to