Results 1 to 6 of 6
Hello,
I think I dont know what is 64bit programming...if even exist.. . What is the difference between 32 and 64 bit application?
Is the difference in data types only?...
- 03-18-2007 #1
What on earth is 64bit programming?
Hello,
I think I dont know what is 64bit programming...if even exist.. . What is the difference between 32 and 64 bit application?
Is the difference in data types only?
- 03-18-2007 #2
There really isn't any difference at all, except for the low level aspects of things. The only thing to be concerned with is that 32-bit systems can't run 64-bit software, so a recompile is in order.
- 03-18-2007 #3Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,117
Hi.
Good background in http://en.wikipedia.org/wiki/64_bit ... cheers, drlWelcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )
- 03-19-2007 #4
thanks....
So that means I will need 64bit compiler as well? Or I will be able to use same compiler just on 64bit system?
- 03-20-2007 #5
I've only used GCC, and with that you only need one compiler. My default is 64bit, so to use 32bit I just use -m32....
- 03-20-2007 #6


Reply With Quote