
Originally Posted by
R0b0t1
Well, this is pretty trivial - but do you think that computer architects will start using 128 bit integers? (This is after 64 bit, or an "Int64").
After 32 there is:
64 bit: 2^64 = 9.223.372.036.854.775.808 (nine quintillion)
128 bit: 2^128 = 3,4028236692093846346337460743177e+38 (dunno)
256 bit: 2^256 = 1,1579208923731619542357098500869e+77 (too large pl0x?)
512 bit: 2^512 = 1,3407807929942597099574024998206e+154 (WTF)
I can't really see the use of any of these but... Well, way back when the dinosaurs walked the earth, they though 1 meg of memory was more than anyone would ever need. What now?
How much time do you have to waste of your life...? By the way...we could use this to lag our computers...badly.
SCAR Code:
procedure LagComputer;
var
I : Integer;
begin
for I := 0 to 1000000000000000000000000 do
WriteLn(IntToStr(I));
end;
begin
LagComputer;
end.
Good luck making your computer run after that.
[CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
[CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]
[CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]