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.

Prog läuft in C++ nicht aber in C

Empfohlene Antworten

Veröffentlicht

hallo zusammen,

bin ein wenig, nein, ich bin sehr verzweifelt .... mein prof möchte das ich mein programm welches *.cpp ist, in *.c umwandel ... doch leider funktioniert nix mehr, wie deklariere ich ein struct außerhalb der main, in C ?

und wie rufe ich diese dann auf?

so ist mein prog aufgebaut:

#include ......

....

struct entfernung{

float a,b,c;

}weit,nah;

....

entfernung eingabe ();

....

int main(void){

....

....

eingabe();

...

...

}

entfernung eingabe(){

scanf("%f",&weit.a);

...

...

}

usw

nun hab ich das in die datei *.c kopiert und kompilieren wollen und schon meckert er gleich am anfang bei der struct deklaration.

wie sieht also struct in *.c aus?

nette grüße

und schon mal thx für die hilfe und mühe

nun hab ich das in die datei *.c kopiert und kompilieren wollen und schon meckert er gleich am anfang bei der struct deklaration.
"Er meckert" ist keine ausreichende Fehlerbeschreibung.

Allerdings kann ich dir verraten, dass du in C immer "struct entfernung" schreiben musst, wenn du keinen typedef benutzt.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.