Detected 1 occurrence(s) of ‘GetAsyncKeyState\(‘: e <iostream> #include <Windows.h> #define GRACZ_1 "Legier" #define GRACZ_2 "Kowal" using namespace std; void main() { int liczby[3] = {0, 0, 0}; int liczberatorxd = 0; bool pracujemy = true; while(pracujemy) { int liczba = 0; srand(0); while (!GetAsyncKeyState(VK_RETURN)) { liczba = rand(); system("cls"); if (liczberatorxd == 0) { cout<<"Niech […]
↧