View Single Post
Old 11-23-2010, 05:04 PM   #6
boat_guy64
Senior Member
 
boat_guy64's Avatar
 
Join Date: Aug 2006
Location: Windham and Meredith
Posts: 225
Blog Entries: 5
Thanks: 33
Thanked 90 Times in 43 Posts
Default That number 4294967295

You will often see that number in computer programs that go awry. It represents the largest 32 bit binary number (The way that computers count) It is 2^32 minus 1 because computers count zero as a number. How is that for some useless information
boat_guy64 is offline   Reply With Quote
The Following 2 Users Say Thank You to boat_guy64 For This Useful Post: