hallo,
Du könntest deine beiden Listen (listNs, listOhneNs) auch schon beim Einfügen in Controller.stations aufbauen, dann ist das ganze vielleicht ein wenig verteilter in der Laufzeit.
danke. und wäre ich schneller, wenn ich das zb in C programmieren würde?
probier es doch einfach aus. Ich denke ja, falls du es richtig machst.
danke, leider kann ich in C derzeit nichts ausführen. ich habe das hier probiert:
#include <stdio.h>
int main (void) {
printf("Hello world\n");
return 0;
}
in main.c
all: main
clean: rm -f *.o main.exe
in makefile
fehlermeldung:
Description Resource Path Location Type
*** No rule to make target -f', needed by
clean'. Test -1 C/C++ Problem
Description Resource Path Location Type
*** No rule to make target \*.o', needed by
clean'. Test -1 C/C++ Problem
Description Resource Path Location Type
*** No rule to make target rm', needed by
clean'. Test -1 C/C++ Problem
hm...?