Top "64-bit" questions

A 64-bit architecture is usually a system where addresses (pointers) are 64 bits wide.

Skipping Incompatible Libraries at compile

When I try to compile a copy of my project on my local machine, I get an error stating that …

c++ 64-bit compilation 32-bit conflicting-libraries
Targeting both 32bit and 64bit with Visual Studio in same solution/project

I have a little dilemma on how to set up my visual studio builds for multi-targeting. Background: c# .NET v2.0 …

.net visual-studio 64-bit x86-64
What is the largest possible heap size with a 64-bit JVM?

The theoretical maximum heap value that can be set with -Xmx in a 32-bit system is of course 2^32 bytes, but …

java jvm 64-bit heap-memory jvm-arguments
Visual Studio 2012 64 bit?

I know that in visual studio 2010 there wasn't 64 bit version. Is there 64 bit version for vs2012?

visual-studio visual-studio-2012 64-bit
How to Install Driver with a cat file?

I have kernel driver. When installing on 32 bit systems and Windows XP and below, I had no problem and used …

windows 64-bit device-driver signed
Microsoft.ACE.OLEDB.12.0 Provider can no longer open .mdb under Windows 8

I have an x64 application which uses Microsoft.ACE.OLEDB.12.0 provider to read an MS Access Database on Windows 7 (x64) …

ms-access windows-8 64-bit oledb office-2013
How to Compile 32-bit Apps on 64-bit Ubuntu?

I'm trying to compile a 32-bit C application on Ubuntu Server 12.04 LTS 64-bit using gcc 4.8. I'm getting linker error messages …

ubuntu 64-bit 32-bit
64 bit ntohl() in C++?

The man pages for htonl() seem to suggest that you can only use it for up to 32 bit values. (In …

c++ linux 64-bit endianness
Android SDK on a 64-bit linux machine

Is it possible to develop using the Android SDK on a 64-bit linux machine. The available SDK downloads seem to …

linux android 64-bit
Size of int and sizeof int pointer on a 64 bit machine

I was just wondering how can I know if my laptop is 64 or 32 bit machine. (it is a 64). So, I …

c++ c int 64-bit sizeof