Topic: The best or Useful Compiler to be used for C++ programming

As we have C++ in our course, I was looking for some advice to choose the program or compiler that we should use to program with C++. I have heard of "Visual C++" and "Dev C++". We would really like to know about this please. This goes same for Java.

Re: The best or Useful Compiler to be used for C++ programming

In windows, everyone will suggest you to use "Visual Studio" and it's the best.

You can use JCreator for java, it's very lightweight. If you need more feature, you may use NetBeans IDE, Eclipse IDE for java

*JCreator is not free

http://tareq.wedevs.com/test/sig/blog_update.php
http://tareq.wedevs.com/test/sig/twitt_update.php

Re: The best or Useful Compiler to be used for C++ programming

Md_Tanvir_Hossain wrote:

As we have C++ in our course, I was looking for some advice to choose the program or compiler that we should use to program with C++. I have heard of "Visual C++" and "Dev C++". We would really like to know about this please. This goes same for Java.

ms visual c++, if you need nice debugging n stl facility or gnu c++

Azad