Help! We're trapped in the computer, and the computer is trapped in 2008! Someone call the time police!
0 Members and 5 Guests are viewing this topic.
I have a programming folder, and I have nothing of value there
Our species really annoys me.
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz[17:32:54] * xar sets mode: +o newby[17:32:58] <xar> new rule[17:33:02] <xar> me and newby rule all
Quote from: CrAz3D on June 30, 2008, 10:38:22 amI'd bet that you're currently bloated like a water ballon on a hot summer's day.That analogy doesn't even make sense. Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT.
I'd bet that you're currently bloated like a water ballon on a hot summer's day.
Being worth $47 billion and the chairman of a multinational corporate behemoth must be a lot harder than it looks. Consider yourselves lucky, folks.
Hahahaha, the IRS needs to *UPGRADE* to Windows!
So? If it works, it works.
What's the size of a long? That might have something to do with his incredible fortune and the IRS computers not being able to handle it.
I'd personally do as Joe suggests
You might be right about that, Joe.
So I'm wondering how they handled Rockafellar's taxes?(the richest man ever to live, worth ~200 billion)
A short is 2 bytes, a long is 4 bytes, and an int is dependant on the system it's running on.
QuoteA short is 2 bytes, a long is 4 bytes, and an int is dependant on the system it's running on. Ew. I was thinking a long was a system DWORD, an int was a system WORD (I was right, woo!), and I a short was a system HWORD.
He was the CEO, but he's not anymore. I think he's still on the board, and possibly still owns the majority of the shares.
Yeah, a halfword. Also keep in mind that Windows and some other OSes misuse the terms 'WORD' and 'DWORD', so they are, overall, pretty meaningless. You're best off just using int8_t, int16_t, and int32_t, or whatever is defined on your system.
Quote from: iago on February 05, 2006, 01:02:39 pmYeah, a halfword. Also keep in mind that Windows and some other OSes misuse the terms 'WORD' and 'DWORD', so they are, overall, pretty meaningless. You're best off just using int8_t, int16_t, and int32_t, or whatever is defined on your system. So what do we do when we get to 64-bit computing as the standard? What's a 16-bit value? A QWORD (quarter word)? We already have that, it's quad-word.I've also never seen a "dh" command in assembly.