C++ developers

Soldato
Joined
1 Dec 2004
Posts
22,549
Location
S.Wales
Im doing a C++ module now in Uni and i need a version of C++, i think we are using 5.5 or 5.1 or something like that in uni, is there any free basic versions?

I finshed my java module and i used jbuilder foundation version which i downloaded, is there anything similar for C++
 
Eclipse + the C++ IDE plugin + gcc = fully featured C++ IDE

If you need a visual component builder ala visual studio then I don't know of any I'm afraid. Just hand code your GUIs ;)

I think that the Visual Studio 2005 express editions are still available for free download?

HT
 
happytechie said:
^^^ and there was me about to update my post with the link.

Haly, OT but please tell me that isn't a real postcount :eek:

HT
Nope it's genuine.....actually it's about 1,500 lower than it should be because I donated some posts last year :o
 
Go and get the Express edition of Visual Sudio C++. It really is the best IDE out there in my opinion. Eclipse comes a close second for me but isn't as fully featured when it comes to debugging and stepping through running programs. Be warned not all of the Microsoft APIs are standard C++ but all of the standard stuff is there Be careful if you are expecting to be able to build the code on another platform..
 
Back
Top Bottom