HenryHoudini wrote:Woah.. So are we all gonna die then?
Maybe the universe will tip over if it's all on one side!
Happy new year everyone!
So drunk. Me sleep long time now...
Moderators: nickj, Lady of Mystery, Mandrake, bananafish, support
DominicRougier wrote:2008 has one more second... that's the only difference that makes sense to me, but then I haven't ever written professional code, so what do I know?
year = ORIGINYEAR; /* = 1980 */
while (days > 365)
{
if (IsLeapYear(year))
{
if (days > 366)
{
days -= 366;
year += 1;
}
}
else
{
days -= 365;
year += 1;
}
}
Farlsborough wrote:This is an ideal time for me to ask - does anyone know of any recommended hard drive MP3 players...?! ...I'm looking for something 30gb upward that is cheap and cheerful, and will last me until September 2009.
kolm wrote:Do we know for certain that's Zune code?
Users browsing this forum: No registered users and 0 guests