Connecting Tech Pros Worldwide Help | Site Map

C++ 2003 standard

  #1  
Old September 28th, 2006, 08:45 AM
kathleenmm@gmail.com
Guest
 
Posts: n/a
It's too expensive for me to buy a copy of C++ 2003 standard. Are there
any legally free copy available for download?

  #2  
Old September 28th, 2006, 09:25 AM
Bo Persson
Guest
 
Posts: n/a

re: C++ 2003 standard


kathleenmm@gmail.com wrote:
Quote:
It's too expensive for me to buy a copy of C++ 2003 standard. Are
there any legally free copy available for download?
Not really.

How much is "too expensive"?

http://www.amazon.co.uk/C%2b%2b-Stan...817246?ie=UTF8



Bo Persson


  #3  
Old September 28th, 2006, 12:35 PM
Ron Natalie
Guest
 
Posts: n/a

re: C++ 2003 standard


kathleenmm@gmail.com wrote:
Quote:
It's too expensive for me to buy a copy of C++ 2003 standard. Are there
any legally free copy available for download?
>
It's $18 or so from ANSI. That's the cheapest legal answer you're
going to get. Nearly all of the legal copies have the original
purchasers name burned into each page of the PDF (mine doesn't
but it's a long story).
  #4  
Old September 28th, 2006, 04:25 PM
Noah Roberts
Guest
 
Posts: n/a

re: C++ 2003 standard



kathleenmm@gmail.com wrote:
Quote:
It's too expensive for me to buy a copy of C++ 2003 standard. Are there
any legally free copy available for download?
You can buy it from any bookstore in hardcover form for about $50-60.

  #5  
Old September 29th, 2006, 03:55 AM
Martin Steen
Guest
 
Posts: n/a

re: C++ 2003 standard


kathleenmm@gmail.com wrote:
Quote:
It's too expensive for me to buy a copy of C++ 2003 standard. Are there
any legally free copy available for download?
>
Did you mean Microsoft Visual Studio? The "Express"-Edition
is free, AFAIK.

Other free C++ compilers are GNU C++, Borland C++ and
Watcom C++.

Here is a nice link:
http://www.thefreecountry.com/compilers/cpp.shtml

Best regards, Martin

  #6  
Old September 29th, 2006, 05:55 AM
red floyd
Guest
 
Posts: n/a

re: C++ 2003 standard


Martin Steen wrote:
Quote:
kathleenmm@gmail.com wrote:
Quote:
>It's too expensive for me to buy a copy of C++ 2003 standard. Are there
>any legally free copy available for download?
>>
Did you mean Microsoft Visual Studio? The "Express"-Edition
is free, AFAIK.
>
No, he means ISO/IEC 14882:2003, the TC1 update to the Standard.
Closed Thread