Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

okay ich gebe einfach erstmal den Quelltext an:

void main()

{

clrscr();

ueberschrift();

menue();

switch(auswahl)

{

case 1: printf(" ...... \n");

break;

case 2: clrscr();

ueberschrift();

menue();

spielregeln();

break;

case 3: bla bal bal

}

}

folgendes prob: bei der Case 2 Funktion soll eine schleife rein so das ich wenn ich die spielregeln funktion aufgerufen habe und ich eine Taste drücke wieder ins vorherige Menü komme und es dann wieder normal ausführen kann irgendwie klappt das nicht :(

bitte helft mir

Danke

Wie wär's mit:

void main()

{

bool fRepeat;

do {

clrscr();

ueberschrift();

menue();

fRepeat = false;

switch(auswahl)

{

case 1: printf(" ...... \n");

break;

case 2:

//snip

spielregeln();

fRepeat = true;

break;

case 3: bla bal bal

}

} while( fRepeat );

}

Oder war das gewollt, dass bei Auswahl 2 zweimal Überschrift und Menü ausgeführt werden?

<FONT COLOR="#a62a2a" SIZE="1">[ 05. September 2001 06:54: Beitrag 4 mal editiert, zuletzt von Klotzkopp ]</font>

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.