necoicould
Lieutenant
- Registriert
- Feb. 2009
- Beiträge
- 537
Hallo habe mir Eclipse in C/C++ Variante heruntergeladen jedoch wenn ich mein Code startetn möchte kommt immer wieder:
BINARY NOT FOUND
#include <stdio.h>
#include <stdlib.h>
sind rot unterstrichen
BINARY NOT FOUND
/*
============================================================================
Name : hellow.c
Author :
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/
#include <stdio.h>
#include <stdlib.h>
int main(void) {
puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */
return EXIT_SUCCESS;
}
#include <stdio.h>
#include <stdlib.h>
sind rot unterstrichen