#include <cstdlib>
#include <iostream>
#include <windows.h>
#include <winuser.h>
#include <iomanip>
using namespace std;
int main()
{
int i;
for(i=0;i<100;i++){
int x;
int y;
POINT p;
GetCursorPos(&p);
cout << "x:"<<p.x<<" y:"<<p.y<<endl;
}
system("PAUSE");
return EXIT_SUCCESS;
}
...ale má to jeden háčik...vypíše to všetkých 100 možností skôr ako mrknutie oka...potrebuje to nejaké časové predĺženie...ako?...