Code
#include <iostream>
#include <stdlib.h>
#include <string>
using namespace std;
int main(int argc, char *argv[])
{
string ziel;
cout <<"ziel?" <<endl;
cin >>ziel;
system("ping "ziel);
system("PAUSE");
return 0;
}
Alles anzeigen
Er gibt mir " parse error before `)' " aus!
und ich weiß net warum?!
ich compile mit dem dev c++