Author |
Message |
S_Grimm
![](http://compsci.ca/v3/uploads/user_avatars/18926424384e6d86e5cf4d6.jpg)
|
Posted: Mon Dec 01, 2008 8:28 pm Post subject: C++ Ide |
|
|
As much as I love compiling Java from the command line, I'm looking to find a *Free* C++ IDE. It's been about 2 years since I did anything in C++ so.......
The IDE I used then was Bloodshed Dev C++
Any Recommendations? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
rdrake
![](http://compsci.ca/v3/uploads/user_avatars/113417932472fc6c9cd916.png)
|
Posted: Mon Dec 01, 2008 8:33 pm Post subject: RE:C++ Ide |
|
|
Moved to C++.
Be a real man, use Visual Studio if you're on Windows. The express versions are free. If anybody disagrees they are wrong. |
|
|
|
|
![](images/spacer.gif) |
S_Grimm
![](http://compsci.ca/v3/uploads/user_avatars/18926424384e6d86e5cf4d6.jpg)
|
Posted: Mon Dec 01, 2008 8:38 pm Post subject: RE:C++ Ide |
|
|
But Can I use Allegro on VC++? Or any other custom NONWINDOWS library??? |
|
|
|
|
![](images/spacer.gif) |
Mazer
![](http://compsci.ca/v3/uploads/user_avatars/1323750815476d9f446d80c.png)
|
Posted: Mon Dec 01, 2008 10:49 pm Post subject: RE:C++ Ide |
|
|
A search for "allegro vc++" turned up a wiki article that seems to indicate yes (for 2005 and 2008). I'm not sure what else you might mean but I'd be surprised if you couldn't find support for that library unless it's an open source project that doesn't really care about how it works on specific platforms.
EDIT: seconding Visual Studio. Dev-C++ has been terrible for a long time and I'd be shocked if that hasn't changed. VS is your best bet. |
|
|
|
|
![](images/spacer.gif) |
CodeMonkey2000
|
Posted: Mon Dec 01, 2008 11:04 pm Post subject: RE:C++ Ide |
|
|
I use code::blocks. I like it, it has templates for SDL, openGL, orgre3D, etc projects. |
|
|
|
|
![](images/spacer.gif) |
Unforgiven
![](http://compsci.ca/v3/uploads/user_avatars/1079943477487f64d067366.jpg)
|
Posted: Tue Dec 02, 2008 12:30 am Post subject: RE:C++ Ide |
|
|
I don't do a lot of C++, but there's also Eclipse out there. It's free. |
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Tue Dec 02, 2008 3:37 am Post subject: RE:C++ Ide |
|
|
Linux or Mac OS X or Cygwin so you have a decent shell, a good text editor, and makefiles. There's your IDE. ![Smile Smile](http://compsci.ca/v3/images/smiles/icon_smile.gif) |
|
|
|
|
![](images/spacer.gif) |
|