Windows 7 64-bit Compatabillity

Do 64-bit OS's cause issues with entry level programming? Or am I better off staying with 32-bit?
I have seen other people have had issues, but most were just that the person was just doing something wrong with there code.
Last edited on
No. There are no possible problems if you compile for x86-64. Even if you compile for x86, the probability of something going wrong because of it is very small. You only need to worry about the specific instruction set in use if you're doing stuff with the kernel or advanced stuff like that.
Topic archived. No new replies allowed.