the C++ standard

G

George

Hi

I looking for the C++ standard available via the Internet.
Any suggestions are welcome.

George
 
Z

Zeus

downloadable versions:(pdf)
http://www.comnets.rwth-aachen.de/doc/c++std.html
or buy the 1998version $18
http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-1998
or buy the very latest 2003version $273
http://webstore.ansi.org/ansidocstore/product.asp?sku=ISO/IEC+14882:2003

Online versions:(diff versions - latest first): all these are fairly similar
http://www.kuzbass.ru/docs/isocpp/
http://anubis.dkuug.dk/jtc1/sc22/open/n2356/
http://cs.calvin.edu/books/c++/C++Standard-Nov97/

Other C++ standard related links:
http://anubis.dkuug.dk/jtc1/sc22/wg21/

You might as well down load the STL:
http://www.sgi.com/tech/stl/download.html

I have a question.
Can anyone tell me why the latest c++ standard is so expensive($273) to buy?
Shouldn't it be free or very cheap?
 
P

Peter van Merkerk

webstore.ansi.org said:
****
You are not authorized to view this page
You do not have permission to view this directory or page from the Internet
address of your Web browser.
****

That's 'cause access to ANSI docs is not free.

No, that's is because the URL got cut off. Add 2003 to the URL and it
should work.
Actually I need freely available resource.

Draft versions of the standard (pre 1998) can be downloaded freely, but
unfortunately I don't have a URL handy at this moment. Keep in mind
however that there are some differences between the draft standards and
the official version which may or may not be relevant to you. If you
want the offical one I'm afraid $18 is the closest legal alternative.
 
J

Jon Bell

I have a question.
Can anyone tell me why the latest c++ standard is so expensive($273) to buy?
Shouldn't it be free or very cheap?

It costs money to maintain the ISO infrastructure for producing standards
and making them available.

The previous version of the C++ standard was available as a download for
$18. I suspect that it reduced sales of the more expensive printed
version enough that the ISO decided they needed to raise the price in
order to maintain revenues.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,147
Messages
2,570,837
Members
47,385
Latest member
Joneswilliam01

Latest Threads

Top