//--------------------------------------------------------------------------- #include #include #include main () { void exit(int status); marke1: clrscr() ; char i ; float kugelschacht, leerschacht, zwangswahl; kugelschacht=random(8); zwangswahl=6; if (kugelschacht==0) { goto marke1; } cout << "!Russisches Roulette! (c)2008"<> i ; if(i=='j'||i=='J') { goto marke1; } else _exit(0); } else cout << "Waehle deinen naechste Schacht !" << endl; cin >> leerschacht; if (leerschacht==0) { cout<<(char)7; goto marke2; } if (leerschacht==kugelschacht) { cout << "Du legst an!"<> i ; if(i=='j'||i=='J') { goto marke1; } else _exit(0); } else if (leerschacht!=kugelschacht) { cout << "Du legst an! " <