|
-
October 11th, 2007, 02:46 PM
#1
dev compiler?
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?
-
October 11th, 2007, 02:52 PM
#2
Re: dev compiler?
Don't know, what "dev" is, but g++ is part of the GNU Compiler Collection, the documentation for which is available online. For a nice IDE, have a look at eclipse, a very powerful multi-language IDE.
More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity. --W.A.Wulf
Premature optimization is the root of all evil --Donald E. Knuth
Please read Information on posting before posting, especially the info on using [code] tags.
-
October 11th, 2007, 04:03 PM
#3
Re: dev compiler?
Oh right, you never heard of dev c++? I thought it was quite standard after Visual Studio C++
-
October 11th, 2007, 04:14 PM
#4
Re: dev compiler?
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.
Last edited by treuss; October 11th, 2007 at 04:15 PM.
Reason: spelling
More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity. --W.A.Wulf
Premature optimization is the root of all evil --Donald E. Knuth
Please read Information on posting before posting, especially the info on using [code] tags.
-
October 11th, 2007, 05:54 PM
#5
Re: dev compiler?
Don't forget to rate my post if I was helpful!
Use code tags when posting code!
[code] "your code here" [/code]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|