so thx
Es geht aber der count noch nicht. Hab schon vieles Probt geht aber iwie nicht :(Code:#include <iostream.h>
int main()
{
int b, c;
char ip[16];
int counter = 0;
loop: counter ++;
cout << "IP: \n";
cin >> ip;
cout << "Port: \n ";
cin >> b;
cout << "Attacks: \n ";
cin >> c;
cout << "Attack: " << counter << "\n";
if (counter < c)
system("PAUSE < nul");
return 0;
}