Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I am looking for a freeware IDE compiler in which I can write Java, C, C++, Python, C#, and VB.net. I am having a problem with DevC++. When I run the code, the console window opens and closes in a flash and I don't know what's wrong.
Also can anyone tell me which Eclipse version should i download for C++ and Java?
2012-11-25 07:16:32
Yea...Netbeans is the best one for this!!You can use it for Java, C++ and many other languages.But for programming C++ in Netbeans, you need it install a plugin and a compiler for it.I recommend Cygwin C++ Compiler....You can download it for free.
2012-10-30 19:31:26
i use Jedit
2012-10-08 12:39:24
Codeblocks is great for c++.
2012-10-07 20:00:42
thanks everyone... that leaves me with the best choices to select an IDE. And please can anyone help with the devc++ part of question as well??
2012-10-17 20:43:34
To stop the console from closing automatically, you can add the following header:#includeAlso, add the following line just before the program ends (before return):getch();That method is in no way recommended, because conio.h is a deprecated library, and it is not portable, but it works with DevC++.I recommend switching to a different IDE. I recommend Code::Blocks, because it automatically stops the console when your program ends, so you can see it.
2012-10-18 02:05:38
thanks memo1288, but its ok now. I just wrote the System ("Pause") command which is a cmd command and it worked :)
2012-10-07 14:12:05
Microsoft Visual Studio Express in free..
2012-10-07 09:56:39
use eclipse and then install plugins...as simple and free as that.
2012-10-06 17:31:54
i use netbeanswww.netbeans.org
2012-10-06 17:24:33
Go for below:NetBeans IDEThe Smarter and Faster Way to CodeQuickly and easily develop desktop, mobile and web applicationswith Java, PHP, C/C++ and more.NetBeans IDE is FREE, open source, and has a worldwide communityof users and developers.http://netbeans.org/
2012-10-06 17:09:33
Sharpdevelop and Notepad++ must be your combination of consideration for a best freeware set of IDE.Sharpdevelop -http://www.icsharpcode.net/opensource/sd/Notepad++ -http://notepad-plus-plus.org/
2012-10-07 04:29:47
Quickly and smart use of this and easily develop desktop, mobile and web applicationswith Java, PHP, C/C++ and more.
2012-10-06 09:36:10
This should work: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2
2012-10-06 15:20:18
I agree thats what I use.