Beiträge von frido1

    hallo, das habe ich in meinem code nicht drinnenstehen dürfte beim einfügen ins forum dazugekommen sein....

    Gibt es auch auf meine Frage eine Antwort?

    In der Zeile:
    stack Stapel = new stack();

    No enclosing instance of type G0 is accessible. Must qualify the allocation with an enclosing instance of type G0 (e.g. x.new A() where x is an instance of G0).

    Vielen lieben Dank

    Hallo!
    Ich habe ein kleines Problem bei der Stack Klasse...

    in der main klasse:
    stack Stapel = new stack();

    .....

    class stack{

    stack(){
    ...
    }
    ..
    ..
    ..

    }

    Bei diesem Eintrag erscheint der Fehler stack Stapel = new stack();
    No enclosing instance for type is accesable. Must qualify the allocation with an enclosing instance of.....

    Weiß wer woran das liegt?

    lg frido1