Top "32-bit" questions

In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide.

gcc: Compile a 64-bit binary on 32-bit platform

Is it possible to compile a 64-bit binary on a 32-bit Linux platform using gcc?

linux gcc 64-bit 32-bit
What are the pros and cons of running IIS as 32bit vs 64bit on a 64bit OS?

Possibly better suited for "Rack Overflow", but from a developer's point of view, what are the advantages and disadvantages of …

asp.net iis 64-bit 32bit-64bit 32-bit
Does Java 64 bit perform better than the 32-bit version?

I noticed Sun is providing a 64-bit version of Java. Does it perform better than the 32-bit version?

java 64-bit 32-bit
Linking an assembler program: error "undefined reference to `printf'"

I'm trying to compile this x86 assembly code on x64 Debian : BITS 32 %include 'training.s' global main extern exit ; =============================================== section .…

assembly x86 nasm 32-bit debian-based
How to count leading zeros in a 32 bit unsigned integer

Could anyone tell me please what is an efficient algorithm to count the number of leading zeroes in a 32-bit …

c 32-bit unsigned-integer leading-zero
C# PInvoking user32.dll on a 64 bit system

Is it wrong to pinvoke user32.dll on 64 bit Windows, from a 64 bit app? I've done this successfully a number …

c# 64-bit pinvoke 32-bit user32
How do I force a 32-bit build of Boost with GCC?

How do I force a 32-bit build of Boost with GCC? Currently attempting by putting this line in my user-config.…

gcc boost 32-bit
MySQL ODBC 32 vs 64 bit

I have a 32-bit application that must run on a Windows x64 server using a 64-bit version of MySQL. Should …

mysql 64-bit odbc 32-bit win64
32 or 64 bit virtual machine is faster on 64 bit machine (vmware)

I have a 64bit host with 64 bit host OS. I want to install a virtual machine (with 1GB ram or …

64-bit vmware 32-bit
What is the maximum memory available to a C++ application on 32-bit Windows?

Just wondering if there is a restriction on the max memory that a C++ application uses I understand that this …

c++ windows 32-bit memory-limit