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.

daten in array einlesen

Empfohlene Antworten

#include <stdio.h>

#define t 5

int main(int argc, char *argv[])

{

int i[t];

int z=0 ;

printf("Geben sie die ID an:");

for(z=0;z<=4;z++)

(

i[t]=getch();

)

return 0;

}

Ich möchte gerne eine 5 stellige ID vom Benutzer eingeben lassen nur leider bekomme ich immer bei i[t]=getch(); parse error before.

Ich finde den fehler einfach nicht bin für jede Hilfe dankbar.

Bartzkey

Vielleichst solltest du die zählvariable z und nicht t in die For-Schleife schreiben.

Also i[z]

hab ich gemacht nur der fehler bleibt

#include <stdio.h>

#define t 5

int main(int argc, char *argv[])

{

int i[t];

int z=0 ;

printf("Geben sie die ID an:");

for(z=0;z<=4;z++)

(

i[z]=getch();

)

return 0;

}

hab ich gemacht nur der fehler bleibt

#define t 5

QUOTE]

was will uns der künstler denn damit sagen?

so far...

Er definiert eine konstante.

Für die Funktion getch() wird die conio.h benötigt.

Das gleich wie mit

#define MEINDEFINE 1024

Es handelt sich um eine ganz normale Praeprocessor-Anweisung. Allerdings empfiehlt der Standard für #defines grosse BEZEICHNUNGEN zu verwenden.

Nic

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

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.