Witam, mam bardzo dziwny problem. [teraz] Jest godzina 21:52, a moja aplikacja pokazuje godz. 19:52.
#include <iostream>
#include <windows.h>
using namespace std;
int main()
{
struct _SYSTEMTIME czas;
GetSystemTime(&czas);
cout<<czas.wHour<<":"<<czas.wMinute<<endl;
return 0;
}
czas.wHour pozazuje 19. Wie ktoś o co chodzi?