Timestamp out of range; substituting 1970-01-01 02:00:00
Just lovely.
Sorry, I don't have any solutions. Why don't you try compiling directly from command line? You'll find g++ in c:\dev-c++\bin (the path may be slightly different).
thanks for post and advice,but i am not solving this.i removed devc++ on my computer then i installed it.but anything doen't to work.i think my computer has a virus :(
It means something has boogered your system's clock.
It also means that your software (Dev=C++ or the libc it uses) cannot handle the value it is getting back from the clock -- so it is being reset to zero, which is 1970 January 1 00:00:00 Z.
Hmm, as I relook, it is being reset to 2 AM. Hmm...
In any case, I do think a virus scan and malware scan is a good idea.