Newbie Member
11Dec2008,20:58   #21
thanhtan's Avatar
The Year 2000 problem is understood by most people these days because of the large amount of media attention it received.

Most programs written in the C programming language are relatively immune to the Y2K problem, but suffer instead from the Year 2038 problem. This problem arises because most C programs use a library of routines called the standard time library . This library establishes a standard 4-byte format for the storage of time values, and also provides a number of functions for converting, displaying and calculating time values.
Newbie Member
11Feb2009,18:02   #22
Fineitis's Avatar
Wow, nice article, but I think it wont happen