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

also, ich trau mich schon fast garnicht es zu fragen. lache mich auchgerade selber aus. Ich schreibe gerade ein Programm mit 2 zweidimensionalen Arrays (das eine heißt Daten, das andere Feld; beides float-arrays). Nun wollte ich alle Werte vom array Daten in das Array Feld bringen... aber irgendwie will das nicht... es ist 100%ig nur ein ganz winziger aspekt, den ich nicht berücksichtigt habe... nur ich seh ihn nicht... könnt ihr mir helfen??

danke im voraus und hier mal ein Auszug aus dem Quelltext:

	CAuto m_car;

	CString daten;

	if(m_car.DoModal()==IDOK)

	{	

		Feld=m_car.Daten;

		daten.Format("Ihr Wagen: %s",	m_car.m_typ);

		m_list.DeleteString(0);

		m_list.AddString(daten);

		UpdateData(false);

	}

es sind ganz normale arrays vom typ float (pointerarray müsste es sein)...


...........

float Daten[10][10];

.....................

float Feld[10][10];

...............

so hab ich sie deklariert

Hm, ist die Fehlermeldung etwas mit "cannot ... const ... pointer ..." ?

Kopiere am besten Elementweise in einer Schleife (x[j]=y[j]). Das sollte gehen.

der Fehler ist genau in der Zeile, wo ich das Feld dem anderem zuweisen will... da steht: "linker Operand muss ein L-Wert sein"

ok...ich habe es jetzt einzeln mit jedem Feldplatz gemacht.

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.