

|
A couple of months back, I was looking at some time/date fields in a Cisco CallManager 4.2 database and this occurred to me. I quickly did the math and told my co-workers "IT'S GOING TO BE 1234567890 ON FEBRUARY FRIDAY THE 13th 2009!!!" My next revelation was that the "weird geek guy" that everyone had been talking about for the last 18 years at work was me. |
Most likely everyone that posts on this forum is the "weird geek-guy" at their respective places of employment.
|
Yeah I realized that a good while ago. Now when someone tells me a boring story I talk about the transition from 32bit to 64bit and how it differs from the 16bit to 32bit transition. They usually get the point quickly. |
|
well there's 2 simple ways to fix it, drop the signed integer, or sign extend it, both are very easy to do, most beginner books on assembly programming teach it i only know of java using signed integers as the only option for storing numbers anyway, so changing how they are stored should be relatively easy with an update |