Click to See Complete Forum and Search --> : dev compiler?


pouncer
October 11th, 2007, 02:46 PM
Hi guys, my college uses the dev compiler for C++, I have Visual Studio at home for my C++.

I want to switch to dev. The way we current compile our C++ files at college is by command line g++ 0 file file.c (something like this, can't remember the exact format)

Anyway, I'm looking for some info on where I can download this, perhaps with a nice IDE environment too for the coding, any ideas guys?

treuss
October 11th, 2007, 02:52 PM
Don't know, what "dev" is, but g++ is part of the GNU Compiler Collection (http://gcc.gnu.org/), the documentation for which is available online (http://gcc.gnu.org/onlinedocs/). For a nice IDE, have a look at eclipse (http://www.eclipse.org/cdt/), a very powerful multi-language IDE.

pouncer
October 11th, 2007, 04:03 PM
Oh right, you never heard of dev c++? I thought it was quite standard after Visual Studio C++

treuss
October 11th, 2007, 04:14 PM
Dev-C++ is not a compiler, but an IDE based on windows ports of the gcc compiler.

To answer your original post, you can find info on it (and places to download it) by typing "dev c++" into www.google.com. I don't know if you find an IDE on top of an IDE, but nothing is impossible.

bovinedragon
October 11th, 2007, 05:54 PM
Their sourceforge site:
http://sourceforge.net/projects/dev-cpp/

Their site:
http://www.bloodshed.net/devcpp.html