ich habe ein kleines Programm zum Einstieg in die Oberfläche von eclipse geschrieben.
Alles hat wie sonst auch geklappt aber ich hab einen Fehler bekommen, den ich bis lang noch nicht bekam.
Also bevor die Frage aufkommt, ich habe bereits einige Programmiererfahrung in der Programmierung unter C++.
Allerdings nur unter Windows. Ich habe das Programm bis auf das wichtigste abgewandelt. Es liegt anscheinend an
den Kommandozeilen leider weis ich nicht, was man dagegen tun könnte.
Danke euch schon einmal im Voraus.
Code: Alles auswählen
/*
* hauptprogramm.cpp
*
* Created on: Aug 4, 2013
* Author: callas
*/
#include <iostream>
using namespace std;
int main()
{
return 0;
}
Dies ist die passende Fehlermeldung dazu
Code: Alles auswählen
Description Resource Path Location Type
make: *** [hello-world] Error 1 hello-world line 0 C/C++ Problem
undefined reference to `main' hello-world line 0, external location: C/C++ Problem