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.

Linking 32-bit library to 64-bit program

I have a 32-bit .so binary-only library and I have to generate 64-bit program that uses it. Is there a …

linux 64-bit 32-bit 32bit-64bit
Setting 32-bit x86 build target in Visual C# 2008 Express Edition?

I'm building a C# application that loads a 32-bit COM dll. The compiled application runs fine on 32-bit Windows but …

c# visual-studio-2008 com 32-bit
When will VB6 application support end?

Microsoft no longer supports VB6 development and support from Microsoft has already stopped. But VB6 applications still run on Windows 8.1. …

windows vb6 32-bit
#ifdef for 32-bit platform

In an application I maintain, we've encountered a problem with file descriptor limitations affecting the stdlib. This problem only affects …

c++ c gcc 64-bit 32-bit
fast way to check if an array of chars is zero

I have an array of bytes, in memory. What's the fastest way to see if all the bytes in the …

c optimization memory performance 32-bit
How do I compile and link a 32-bit Windows executable using mingw-w64

I am using Ubuntu 13.04 and installed mingw-w64 using apt-get install mingw-w64. I can compile and link a working 64-bit version …

linux mingw 32bit-64bit 32-bit mingw-w64
Build 32-bit with 64-bit llvm-gcc

I have a 64-bit version of llvm-gcc, but I want to be able to build both 32-bit and 64-bit binaries. …

64-bit 32-bit 32bit-64bit llvm llvm-gcc
Adding 64 bit numbers using 32 bit arithmetic

How do we add two 64 bit numbers using 32 bit arithmetic??

64-bit 32-bit
How do I tell if my application is running as a 32-bit or 64-bit application?

How do I tell if my application (compiled in Visual Studio 2008 as Any CPU) is running as a 32-bit or 64…

c# 64-bit 32-bit
ERROR: 32-bit Linux Android emulator binaries are DEPRECATED

I installed the latest version of the ADT Bundle 32 bit on my ubuntu 14.04 32 bit. I created an AVD, but it …

android emulation 32-bit ubuntu-14.04