Connecting Tech Pros Worldwide Help | Site Map

the C++ standard

George
Guest
 
Posts: n/a
#1: Jul 22 '05
Hi

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

George


Grumble
Guest
 
Posts: n/a
#2: Jul 22 '05

re: the C++ standard


George wrote:[color=blue]
> I'm looking for the C++ standard available via the Internet.[/color]

http://gcc.gnu.org/onlinedocs/libstd...mentation.html
http://www.dinkumware.com/refxcpp.html

Peter van Merkerk
Guest
 
Posts: n/a
#3: Jul 22 '05

re: the C++ standard


> George wrote:[color=blue][color=green]
> > I'm looking for the C++ standard available via the Internet.[/color]
>
> http://gcc.gnu.org/onlinedocs/libstd...mentation.html
> http://www.dinkumware.com/refxcpp.html[/color]

Neither of these links point to the C++ standard; they point to
references of implementations of the standard library. The official
standard can be found here:
http://webstore.ansi.org/ansidocstor...2FIEC+14882%3A
2003

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl




Zeus
Guest
 
Posts: n/a
#4: Jul 22 '05

re: the C++ standard


downloadable versions:(pdf)
http://www.comnets.rwth-aachen.de/doc/c++std.html
or buy the 1998version $18
http://webstore.ansi.org/ansidocstor...C+14882%2D1998
or buy the very latest 2003version $273
http://webstore.ansi.org/ansidocstor...C+14882%3A2003

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?

"George" <agdm1@mail.ru> wrote in message
news:bqf3kd$6gr$1@newsreader.mailgate.org...[color=blue]
> Hi
>
> I looking for the C++ standard available via the Internet.
> Any suggestions are welcome.
>
> George
>
>[/color]


George
Guest
 
Posts: n/a
#5: Jul 22 '05

re: the C++ standard



"Peter van Merkerk" <merkerk@deadspam.com> wrote in message
news:bqfcsv$20h5s6$1@ID-133164.news.uni-berlin.de...[color=blue]
> http://webstore.ansi.org/ansidocstor...2FIEC+14882%3A[/color]

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.

Actually I need freely available resource.

George


Peter van Merkerk
Guest
 
Posts: n/a
#6: Jul 22 '05

re: the C++ standard


> webstore.ansi.org said:[color=blue]
> ****
> You are not authorized to view this page
> You do not have permission to view this directory or page from the[/color]
Internet[color=blue]
> address of your Web browser.
> ****
>
> That's 'cause access to ANSI docs is not free.[/color]

No, that's is because the URL got cut off. Add 2003 to the URL and it
should work.
[color=blue]
> Actually I need freely available resource.[/color]

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.

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl


Jon Bell
Guest
 
Posts: n/a
#7: Jul 22 '05

re: the C++ standard


In article <bqfgd2$dh1$1@newsg4.svr.pol.co.uk>,
Zeus <tomadsfdick2000@yahoo.com> wrote:[color=blue]
>
>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?[/color]

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.

--
Jon Bell <jtbellap8@presby.edu> Presbyterian College
Dept. of Physics and Computer Science Clinton, South Carolina USA
Closed Thread