Petec wrote:[color=blue]
> David wrote:[color=green]
>> What's a good compiler that will take me through the learning process
>> and function well enough for some time after I have learned the
>> basics of C++? I am considering a good Borland product, but which
>> one?[/color]
>
> For starters, I would suggest Microsoft Visual C++ 2003 for an IDE,
> using this newer version of the compiler (free download):
>
http://msdn.microsoft.com/visualc/vctoolkit2003/[/color]
I forgot to mention, just get the Standard edition, NOT the Pro or
Enterprise. The free compiler I linked to contains the important
Professional features (the better compiler).
FYI, VC++ 2003 Standard is ~$90.
- Pete
[color=blue]
>
> If you want, the free compiler is also the best stand-alone
> command-line compiler, comes with an implementation of the standard
> library, and you can write Windows programs with it also.
>
> - Pete[/color]