swty todd
- 69
- 0
our textbook says that the output of a C program deepends on whether the machine is 32 bit or 16 bit. So i was wondering what that means and if today 16 bit machines are still used?
swty todd said:our textbook says that the output of a C program deepends on whether the machine is 32 bit or 16 bit. So i was wondering what that means and if today 16 bit machines are still used?
That is determined by the microprocessor/chipset.swty todd said:i have an XP and a VISTA .So how do I know whether they are 64 or 32 bits??
Unless you have some type of extender, it depends on the version of the OS. XP X64 and Vista 64 bit are 64 bit OS'es, based on the AMD64 (AMD) == EMT64 (Intel) instruction set. You need a CPU that supports the EMT64 instruction set, and a 64 bit version of XP or Vista. In the case of XP, the default desktop shows it's the 64 bit version. If you still have your software box, it should clearly state if it's the 64 bit version, if not, it's 32 bit only. I'm not aware of 64 bit extenders that run under 32 bit OSes.swty todd said:but how can i find out how many bits my operating system works on?