Click here to Skip to main content
15,914,594 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Windows 2000 Install crash Pin
Alfadhly11-May-00 9:46
sussAlfadhly11-May-00 9:46 
GeneralReading Network-Seetings Pin
Alexander1-May-00 1:18
Alexander1-May-00 1:18 
GeneralRe: Reading Network-Seetings Pin
gw8-May-00 4:12
gw8-May-00 4:12 
GeneralOpen Source for Windows NT Pin
lm8-Feb-00 3:37
lm8-Feb-00 3:37 
GeneralWin32 Pin
shahzad21-Dec-99 7:38
shahzad21-Dec-99 7:38 
GeneralRE: Win32 Pin
Anonymous30-Dec-99 14:35
suss Anonymous30-Dec-99 14:35 
GeneralRE: Win32 Pin
Anonymous30-Dec-99 14:41
suss Anonymous30-Dec-99 14:41 
GeneralRE: Win32 Pin
Kempf31-Dec-99 22:55
Kempf31-Dec-99 22:55 
The difference is the size of the optimal integral type. In C/C++ this would indicate (usually, any way, though there's no guarantee) the size of the int type.

There are some other differences that are really kind of specific to the Intel architecture. A 32 bit OS on an Intel platform can use a "flat addressing" scheme, where as a 16 bit OS uses a "segmented architecture". This means the 16 bit OS can address memory only in 64K chunks, while a 32 bit OS can address memory directly (limited to 4,294,967,295 bytes).

==================
The original message was:

Win32 is a 32 bit operating system. I wanna ask why are the # of bits of OS important for a programmer. Whats exactly the difference between a 32 bit OS and 16 bit OS.

Shahzad
GeneralRe: RE: Win32 Pin
3-May-01 17:45
suss3-May-01 17:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.