Hallo,
ich brauche mal die Hilfe der C-Guru-Sektion: Definition: typedef struct s_point {double x, y, z;} point_t;
Code: if(l1[i].y < coord_buf){ coord_buf=l1[i].y; stelle=i; }
So und jetzt will ich das je nach Parameter "n" (völlig offen was und wie) mal für x, y, oder z machen.
Geht das irgendwie einfach oder muß man immer mit if / case arbeiten?
Danke im voraus!
Bernhard