#include <iostream>
using namespace std;
int main (void)
{
cout<<"test";
cin.get();
return (0);
}
Hab mir eben auf Linus Eclipse isntalliert mit cdt und wollt nun ma guggn wie ob alles geht
hab dazu das oben genannte ma getippt und wollt kompilieren =/
Bekomme allerdings folgende Feher:
**** Build of configuration Debug for project cpptest **** **** Internal Builder is used for build **** g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp ../main.cpp:10:2: Warnung: Kein Newline am Dateiende ../main.cpp: In function »int main()«: ../main.cpp:10: Fehler: expected primary-expression before »}« token ../main.cpp:10: Fehler: expected »;« before »}« token Build error occurred, build is stopped Time consumed: 258 ms.
kann damit aber nich wirklich was anfangen =/
hoffe ihr könnt mir helfen
greetz

Hilfe
Neues Thema
Antworten


Nach oben


