cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Compiler for 64 bit processor
Compiler for 64 bit processor
Jun 8, 2010 at 6:01am UTC
Neech
(3)
I am using a machine with a 64 bit processor that runs windows vista and I'm having trouble finding a compiler/interpreter that will run on it. Does anyone know where I can get one that will work?
Jun 8, 2010 at 6:23am UTC
Athar
(4466)
Visual Studio...?
Jun 8, 2010 at 6:49am UTC
Neech
(3)
Thank you. Is that the only one?
Jun 8, 2010 at 7:03am UTC
Athar
(4466)
There is also the Intel compiler.
A 64 bit version of MinGW exists as well, but I don't know if it is fully functional yet.
Besides, any 32 bit compiler
should
work just fine. The only caveat is that you can't write 64 bit applications with them.
Jun 8, 2010 at 7:26am UTC
Neech
(3)
Thanks a lot. The 32 bit ones give me an error message when I try to run the installers.
Topic archived. No new replies allowed.