-2

I am looking for a free C++ compiler compatible with Windows 8. Please add link of the web page from where it can be downloaded.

DEV C++ is giving much trouble. Turbo C++ is available for DOS operating system.

You may also suggest other free software that can run a C++ programme.

Thank you for your help.

Supriyo
  • 105

4 Answers4

2

IDEs that usually include compilers:

  1. Orwell Dev-C++
  2. Codeblocks [select the one with Mingw]
  3. Netbeans [You may need to add the C++ package]
  4. Eclipse [You may need to add the C++ package]
  5. Microsoft Visual Studio Express [If you're a student, you may be able to get pro for free from Dreamspark]

Of course, there are always just compilers from/using:

  1. Cygwin
  2. MinGW
nerdwaller
  • 17,384
  • Which one is best in your opinion? – Supriyo Sep 23 '13 at 04:32
  • I don't develop much in Windows anymore, last I used was Codeblocks (but that is no ringing endorsement necessarily) - if you do Windows specific work, I'd probably go with MS's options. – nerdwaller Sep 23 '13 at 05:14
1

Another Free C++ compiler would be MinGW's GCC compiler.

Keltari
  • 73,243
1

Turbo c++ 3.0 supports on windows 8 , apart from that Microsoft Visual C++ 2008 Express Suits for you ,Also if you have eclipse ide you can work on with CDT plugin or Dev c++ also be a good option.