about C++

Programming Reality Factory and Genesis3D.
Post Reply
Silverwing
Posts: 23
Joined: Wed Jul 06, 2005 2:51 pm

about C++

Post by Silverwing » Wed Jan 04, 2006 2:26 pm

I was wondering where I can get a good C++ compiler so I can start learning the C++.. Any Ideas, Suggestions, Advice? Thanks

User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR » Wed Jan 04, 2006 2:35 pm

http://msdn.microsoft.com/vstudio/express/visualc/

free compiler and ide from microsoft. enjoy!

User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams » Wed Jan 04, 2006 3:25 pm

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.

Silverwing
Posts: 23
Joined: Wed Jul 06, 2005 2:51 pm

Post by Silverwing » Wed Jan 04, 2006 11:39 pm

Thanks

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Post by steven8 » Thu Jan 05, 2006 5:53 am

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.

Alek
Posts: 28
Joined: Sun Dec 11, 2005 9:32 am

Post by Alek » Sat Jan 14, 2006 8:41 pm

Try also:

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

User avatar
LtForce
Posts: 437
Joined: Wed May 03, 2006 11:15 am
Location: Vilnius, Lithuania

Post by LtForce » Sat Sep 15, 2007 3:34 pm

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?
Lithuanians for Georgia!

Post Reply