questionsolved  Compilers for vista

one nz (5)   Link to this post
I know this must have been asked an 1,000,000 times but I cannot find a compiler that will work for me (see the problem with my old compiler at http://www.cplusplus.com/forum/beginner/16475/) so I would really like it if you could recommend a compiler for me.
My specifications for me:
*Works on vista*
*doesn't have the same problem that my old one had*
Thanks again ahead of time.
Last edited on
gcampton (782)   Link to this post
http://www.bloodshed.net/devcpp.html

download page -->
http://www.bloodshed.net/dev/devcpp.html
Last edited on
Grey Wolf (1617)   Link to this post
Visual C++ 2008 Express Edition. You could even try the beta of Visual C++ 2010 Express Edition.
http://www.microsoft.com/Express/VC/

If you want to buy something with more features and tools, Visual Studio.
http://msdn.microsoft.com/en-gb/vstudio/default.aspx

There are many, many other options...including Dev C++ somewhere at the bottom of the barrel.

Last edited on

This topic is archived - New replies not allowed.