oh -
Once a reference is initialized to an object, it cannot be changed to refer to another object. Pointers can be pointed to another object at any time.
das ist ja Mist... :-/
Dann probiere ich es vlt doch mal so

tMenu menu0(10,20);
tMenu* name = &menu0;
name->init();

oder vlt fällt mir auch noch was ganz anderes ein, mit Steuerung direkt aus dem Objekt heraus
- ich brauche ja eh eine längere verkettete Liste von Vorgängern und Nachfolgern