Can someone suggest any good C++ compiler for windows 64 bit ?
Satya R Lenka
2012-03-31 18:04:01 UTC
I need a c++ compiler which works well with windows 7 64 bit edition, i tried dave c++ and borland c++, none of them are working with the 64 bit edition of the windows. Please Help.
Three answers:
t
2012-03-31 18:27:20 UTC
1) Visual Studio
Get Microsoft Visual Studio C++ Express (free), which comes with a C++ compiler called cl.exe.
2) GCC
Get Cygwin or MinGW, which come with the Gnu Compiler Collection. They provide a Linux environment for Windows. The C++ compiler in the GCC is called g++.
Wertle Woo
2012-04-01 01:24:33 UTC
gcc?
EDIT: Visual Studio is not a compiler. It's an IDE.
no1home2day
2012-04-01 01:10:16 UTC
Have you tried Microsoft Visual Studio?
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.