Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Compiler

Reply
Thread Tools

Compiler

 
 
David
Guest
Posts: n/a
 
      05-21-2004
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?


 
Reply With Quote
 
 
 
 
Rolf Magnus
Guest
Posts: n/a
 
      05-21-2004
David wrote:

> 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++?


That depends on the operating system you want to use for compilation and
the system where your target programm will run. However, GNU g++ is
available for a wide range of build and target platforms, so that could
be a good start. Newer versions are quite good wrt standard compliance.

 
Reply With Quote
 
 
 
 
David
Guest
Posts: n/a
 
      05-21-2004
Yes, I'm familiar with g++; but I am a sucker when it comes to packaging and
compilers. I like the bells and whistles.
I am using MS Windows on an Intel platform and that is my intended audience
right now, although I would like to port some code if it is good enough.

"Rolf Magnus" <> wrote in message
news:c8kknj$a66$02$...
> David wrote:
>
> > 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++?

>
> That depends on the operating system you want to use for compilation and
> the system where your target programm will run. However, GNU g++ is
> available for a wide range of build and target platforms, so that could
> be a good start. Newer versions are quite good wrt standard compliance.
>



 
Reply With Quote
 
Dave Townsend
Guest
Posts: n/a
 
      05-21-2004

David,

I learned C++ though VC++, it takes away a lot of the chores of
writing makefiles, etc., you can concentrate on the language side of
things. I've tried the Borland products, it might be I'm too VC++ centric,
but I found their interface a bit fiddly, like you have different keys for
each
short cut. Sorry, my fingers are hardwired right now... Also, VC++'s
debugger
is really cool. Oh that was VC++6, the 2003 .nET is entirely *******s and
so is
the product too. Oh that language may not be the lingua pura and theres a
lot of bugs
and limitations, but you can get on quickly to learn the language.


Still, a GUI style approach will save you a lot of time, just punch in some
code
from the text book/web whatever, and get it to run. A lot better than in
the old days
with Cfront et al.

dave

"David" <> wrote in message
newsaOdnUXpoKZDXjDdRVn-...
> 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?
>
>



 
Reply With Quote
 
Petec
Guest
Posts: n/a
 
      05-21-2004
Dave Townsend wrote:
> David,
>
> I learned C++ though VC++, it takes away a lot of the chores of
> writing makefiles, etc., you can concentrate on the language side of
> things. I've tried the Borland products, it might be I'm too VC++
> centric, but I found their interface a bit fiddly, like you have
> different keys for each
> short cut. Sorry, my fingers are hardwired right now... Also, VC++'s
> debugger
> is really cool. Oh that was VC++6, the 2003 .nET is entirely
> *******s and so is
> the product too. Oh that language may not be the lingua pura and
> theres a lot of bugs
> and limitations, but you can get on quickly to learn the language.
>


VC++ 2003 supports .Net, but does not in any way require you to use it. Its
standard C++ support is almost perfect, and much better than 6. It compiles
to excellently optimized native code. The debugger is also much better than
6.

- Pete

>
> Still, a GUI style approach will save you a lot of time, just punch
> in some code
> from the text book/web whatever, and get it to run. A lot better
> than in the old days
> with Cfront et al.
>
> dave
>
> "David" <> wrote in message
> newsaOdnUXpoKZDXjDdRVn-...
>> 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?




 
Reply With Quote
 
Petec
Guest
Posts: n/a
 
      05-21-2004
David wrote:
> 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?


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/

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


 
Reply With Quote
 
Petec
Guest
Posts: n/a
 
      05-21-2004
Petec wrote:
> David wrote:
>> 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?

>
> 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/


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

>
> 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




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiler Error Message: The compiler failed with error code -1073741819 Ram ASP .Net 0 09-13-2005 09:52 AM
Why is a JIT compiler faster than a byte-compiler RickMuller Python 4 03-26-2005 04:30 PM
Compiler compiler with C++ as output Andrey Batyuck C++ 3 05-17-2004 08:17 PM
Can we use <compiler> tag to avoid RunTime Compiler error? Jack Wright ASP .Net 5 01-19-2004 04:36 PM
Compiler Error Message: The compiler failed with error code 128. Yan ASP .Net 0 07-21-2003 10:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57