Die Suche ergab 1 Treffer

von ernyberty
12. Juni 2012 16:16
Forum: C++ Grundlagen
Thema: struct Array sortieren
Antworten: 1
Zugriffe: 3496

struct Array sortieren

Hallo liebe Community Ich habe ein komplexeres Problem und bitte deshalb um eure Mithilfe. Ich habe 2 Klassen, welche auf eine gemeinsame globale Struktur zugreifen. Nehmen wir an die struct sieht so aus: typedef struct can_structure { int data[10]; int id; int length; }can_data; extern can_data can...