Connecting Tech Pros Worldwide Help | Site Map

Where to find the C++ standard?

Pete Chapman
Guest
 
Posts: n/a
#1: Jul 22 '05
Is the C++ standard freely available? (I don't even really know what I
mean by that...) Does one have to pay through the nose to get a
watermarked PDF from the ISO publishers?
Thanks for your help.
Alf P. Steinbach
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Where to find the C++ standard?


* Pete Chapman:[color=blue]
>
> Is the C++ standard freely available?[/color]

Regarding final standard: yes, but that's illegal in many (all?) countries.

You can however obtain the CD2 (Committee Draft 2, last draft before
finalization of the 1998 standard) freely and legally, e.g. from Bjarne
Stroustrup's home pages.

[color=blue]
> Does one have to pay through the nose to get a watermarked PDF from the
> ISO publishers?[/color]

No, it's just $15 or something like that, but some folks (e.g. me... ;-) )
are so contrary that they refuse to pay even a "handling charge" like that.

[color=blue]
> Thanks for your help.[/color]

You're welcome.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Denis Remezov
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Where to find the C++ standard?


Pete Chapman wrote:[color=blue]
>
> Is the C++ standard freely available? (I don't even really know what I
> mean by that...) Does one have to pay through the nose to get a
> watermarked PDF from the ISO publishers?
> Thanks for your help.[/color]

You can download your own .pdf copy of the latest 2003 revision from,
for example, webstore.ansi.org (search for INCITS/ISO/IEC 14882-2003)
for $18US.

Denis
red floyd
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Where to find the C++ standard?


Denis Remezov wrote:[color=blue]
> Pete Chapman wrote:
>[color=green]
>>Is the C++ standard freely available? (I don't even really know what I
>>mean by that...) Does one have to pay through the nose to get a
>>watermarked PDF from the ISO publishers?
>>Thanks for your help.[/color]
>
>
> You can download your own .pdf copy of the latest 2003 revision from,
> for example, webstore.ansi.org (search for INCITS/ISO/IEC 14882-2003)
> for $18US.
>
> Denis[/color]

You don't even have to search right now. It's on the front page.
Closed Thread