Looking for some software

Looking for some software

Re: Looking for some software Posted by Monqui on Wed Jun 2nd 2004 at 3:27pm
Monqui
743 posts
Posted 2004-06-02 3:27pm
Monqui
member
743 posts 94 snarkmarks Registered: Sep 20th 2002 Occupation: Poor College Student Location: Iowa, USA
Sorry about leeting in the description. Sometimes you just can't fight back the inner dork. And believe you me, my inner dork is a serious bastard. Bastard would claw your eyes out as soon as look at you.

Anywawho, I'm looking for a decent, free (read: not h4x0red) c++ editor/compiler suite type of thing. Worse comes to worse, I could just settle for a decent compiler, but I like spiffy front-ends because I'm a child of the visual world.

Anyone have any good advice/suggestions?
Re: Looking for some software Posted by Leperous on Wed Jun 2nd 2004 at 3:31pm
Leperous
3382 posts
Posted 2004-06-02 3:31pm
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
Er, like Dev-C++ ?
Re: Looking for some software Posted by Monqui on Wed Jun 2nd 2004 at 3:35pm
Monqui
743 posts
Posted 2004-06-02 3:35pm
Monqui
member
743 posts 94 snarkmarks Registered: Sep 20th 2002 Occupation: Poor College Student Location: Iowa, USA
Ooh, looks like a winner. I'll give that one a shot when I get the chance. Thanks!
Re: Looking for some software Posted by Orpheus on Wed Jun 2nd 2004 at 4:04pm
Orpheus
13860 posts
Posted 2004-06-02 4:04pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
NOT TEH LILLEGAL KNID!!?
sounds like you had someone's in mind monkeman :heee:
Re: Looking for some software Posted by scary_jeff on Wed Jun 2nd 2004 at 5:11pm
scary_jeff
1614 posts
Posted 2004-06-02 5:11pm
1614 posts 191 snarkmarks Registered: Aug 22nd 2001
I use Dev-C++ as well.
Re: Looking for some software Posted by Hornpipe2 on Thu Jun 3rd 2004 at 4:24am
Hornpipe2
636 posts
Posted 2004-06-03 4:24am
636 posts 123 snarkmarks Registered: Sep 7th 2003 Occupation: Programmer Location: Conway, AR, USA
I did. Now, I just use an editor like pico and run it through gcc.
Re: Looking for some software Posted by Crono on Thu Jun 3rd 2004 at 6:03am
Crono
6628 posts
Posted 2004-06-03 6:03am
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
I did. Now, I just use an editor like pico and run it through gcc.
ppfft pico. Lightweight :lol:

Just kidding. I can't stand pico though, give me VI or VIM anyday, since you can compile through VI and on an error it stops says the error and shows the line within VI :smile: .

Are you talking about just compiling C programs (gcc)? Or are you talking about the GCC package thing.

Anyway. Eclipse kicks some major ass, not to mention you can import many languages into it. I think it defaults as a Java IDE (But you have to download the java packages from SUN), but you can get plug ins from IBM and such for C++. And I believe they use the G++ compiler.
It was originally developed for Linux, so the Win32 is a little slower, but no biggie :smile:

Eclipse IDE Downloads page (This is their main page, the download page is usually in a frame)

Take a look here for some cool utilities

and this is for the C/C++ packages.
CDT stands for C/C++ Development Tools.

Anyway, Ecplise is pretty nice and reliable and supports numerous languages (take a look on the main tools page)

:smile: hope that helps!