C++ compiler

hitman080

Disciple
May 13, 2007
125
0
0
Hi

I am just starting out C++ (with Herbert Schildt book), so need a good compiler for XP, which is free. What's the best out there?
 

Amarbir

Skilled
May 2, 2006
4,948
43
0
48
www.lynx-india.com
hitman080 said:
Dev C++ doesn't work on XP?

hammerhead said:
@ Amarbir[Chandigarh] and hitman080

Dev C++ does work on Windows XP. I use version 4.9.9.2 and it works perfectly.

Try downloading your packages from SourceForge.net: Dev-C++

Guys ,the stable Version Does Not The Beta Does ,I Downoaded The Beta ,I Have To again start Programmer To Get The Hair On Back To My Head :hap2:
 

random2

Adept
Nov 1, 2006
939
150
131
If you have problems with bloodshed, you can try wxdevcpp. Its built on the same code but has lot more features. It has wxwidgets (a cross platform GUI API) added, but you can just use the compiler part without any problems.

Link: wxDev-C++
 

booo

BA BA BA BABANANA
Skilled
Mar 4, 2008
2,233
3,056
478
Colodaro
Visual C++ 2008 Express Edition is the most friendly and feature rich IDE+compiler around. Visual C++ 2008 is more strict than or equal to g++ while compiling. and yeah, its free. I think its best for noobs. if you hate m$ then install any linux and use vi for editing and g++ for compilation.
 

viridian

Disciple
Jun 26, 2008
231
16
0
16
ritesh.posterous.com
+1 Bloodshed Dev C++. Works like a charm. Although if you're not using C++ for Windows API programming or any other specific Windows feature, try using linux instead. You'll find a zillion editors with decent features (and a killer IDE: Anjuta).

However, Schildt's books are often criticized as not teaching C++ the right way. One such reference I found was here [alt.comp.lang.learn.c-c++] - FAQ list . Check out points number 13 and 16.

Why do many experts not think very highly of Herbert Schildt's
books?

A good answer to this question could fill a book by itself. While
no book is perfect, Schildt's books, in the opinion of many
gurus, seem to positively aim to mislead learners and encourage
bad habits. Schildt's beautifully clear writing style only makes
things worse by causing many "satisfied" learners to recommend his
books to other learners.


Anywho, YMMV.
 

jigarpatel

Disciple
Jul 31, 2008
158
1
78
41
If you are not fan of IDE then get DJGPP it uses GCC compiler same compiler which is used in linux. And get SciTE text editor works like charm.