Page 1 of 1

about C++

Posted: Wed Jan 04, 2006 2:26 pm
by Silverwing
I was wondering where I can get a good C++ compiler so I can start learning the C++.. Any Ideas, Suggestions, Advice? Thanks

Posted: Wed Jan 04, 2006 2:35 pm
by AndyCR
http://msdn.microsoft.com/vstudio/express/visualc/

free compiler and ide from microsoft. enjoy!

Posted: Wed Jan 04, 2006 3:25 pm
by QuestOfDreams
http://www.bloodshed.net/devcpp.html
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler.

http://www.openwatcom.org/
A complete multi-platform development environment.

Posted: Wed Jan 04, 2006 11:39 pm
by Silverwing
Thanks

Posted: Thu Jan 05, 2006 5:53 am
by steven8
if you would like a totally free dot net ide which covers all the languages, go here:

http://www.icsharpcode.net/OpenSource/SD/

It's pretty sweet.

Posted: Sat Jan 14, 2006 8:41 pm
by Alek
Try also:

http://www.cplusplus.com and "C++" by Bjorne Stroustrup - according to some one of the best books on c++ programming ever written.

Posted: Sat Sep 15, 2007 3:34 pm
by LtForce
steven8 wrote:if you would like a totally free dot net ide which covers all the languages, go here:

http://www.icsharpcode.net/OpenSource/SD/

It's pretty sweet.
Does it really covers all the languages? How do I create a cpp file?