C++ compiler

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Marshdweller
Posts: 2
Joined: Sun Dec 19, 2004 1:48 pm

C++ compiler

Post by Marshdweller »

Does anyone know where I can download a good C++ compiler from?

Or, is there one on the CD-Rom included in Deitel's "How to program C: fourth edition"?

Any help gratefully received. :D
User avatar
s_reynisson
Posts: 940
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Using the search here I found these links
http://textpad.com/forum/viewtopic.php?t=5474 (4 links in talleyrand's post)
http://textpad.com/forum/viewtopic.php?t=5304 (a how-to for TP)
Don't know the Deitel book you mention, but considering it's pricetag I would not be supriced if the cd does indeed contain a compiler! :shock:
Another possible source would be to install cygwin and it's toolset, the gcc and so on, then there are all sorts of windows based versions of the *nix tools on sourceforge, not sure about the compilers though.
Also found this list of free compilers at http://www.bloodshed.net/compilers/index.html - HTH

edit. almost forgot, I'm currently looking at Visual C++ 2005 Express, yes, it's a free beta from the Vole. Don't know it's expire date, saw some one guessing at March'05.
Then I open up and see
the person fumbling here is me
a different way to be
User avatar
lionelb
Posts: 34
Joined: Fri Mar 19, 2004 11:58 am
Location: Brighton, UK

Post by lionelb »

Another possible source would be to install cygwin and it's toolset, the gcc and so on, then there are all sorts of windows based versions of the *nix tools on sourceforge, not sure about the compilers though.
If you don't want/need the full Cygwin fucntionality, a good option is MinGW, which ships with gcc. See http://www.mingw.org/

Regards,
Lionel B
Marshdweller
Posts: 2
Joined: Sun Dec 19, 2004 1:48 pm

Post by Marshdweller »

Thanks a lot people! :D
Post Reply