C++ Standard

J

Jon Slaughter

A lot of you guys are always "quoting" the C++ standard and making
references to it and I'm wondering where do I get it? Hopefully it is free?

Jon
 
I

int2str

Jon said:
A lot of you guys are always "quoting" the C++ standard and making
references to it and I'm wondering where do I get it? Hopefully it is free?

Unfortunately, it does not seem to be free. You may found older
versions online (google.com is your friend), but you can also buy it in
electronic form online from the ANSI store for example:
http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-2003

It is available for USD $18 (PDF format).

Cheers,
Andre
 
K

Kai-Uwe Bux

Jon said:
A lot of you guys are always "quoting" the C++ standard and making
references to it and I'm wondering where do I get it? Hopefully it is
free?

Not quite, you can purchase an electronic version for, I think, $18; and
dead tree copy is ridiculously expensive. Have a look at:

http://www.techstreet.com/cgi-bin/detail?product_id=1143945



An outdated version can be found at:

ftp://ftp.research.att.com/pub/c++std/WP/CD2/



Best

Kai-Uwe Bux
 
G

Greg

Jon said:
A lot of you guys are always "quoting" the C++ standard and making
references to it and I'm wondering where do I get it? Hopefully it is free?

Jon

It's important to note though that anyone who refers to the Standard in
these newsgroups is able to do so because they have commited it
entirely to memory. Indeed it is considered poor form, if not outright
"cheating", to consult the actual standard instead of one's own
recollection of its contents in any discussion that references it.
Relying on memory has several advantages: it saves both time and
effort, but most importantly it eliminates the embarrassment of ever
having to retract or admit one's own error, since who is to say that
your recollection of the Standard is better than anyone else's?

Greg

ps. yes, I'm kidding...
 
N

n2xssvv g02gfr12930

Unfortunately, it does not seem to be free. You may found older
versions online (google.com is your friend), but you can also buy it in
electronic form online from the ANSI store for example:
http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC+14882-2003

It is available for USD $18 (PDF format).

Cheers,
Andre

Well, I must be a lucky bunny. Normally the dead wood version is far
more expensive, but I managed to get a copy for approximately the same
price as the electronic copy. Before anybody asks, I haven't seen it on
offer again for some time, and even then the few copies available sold
out fairly quickly.
Apologies for being such a smug, (insert expletive here). But I'm
sure everybody periodically catches a bargain and in this case it
appears it was my turn.

JFJB
 
M

Maxim Yegorushkin

Jon said:
A lot of you guys are always "quoting" the C++ standard and making
references to it and I'm wondering where do I get it? Hopefully it is free?

You might like to learn about popular p2p networks.
 
?

=?ISO-8859-1?Q?Stefan_N=E4we?=

Maxim said:
You might like to learn about popular p2p networks.

Even easier: You might have luck Googling for 'ansi_iso_iec_14882-1998.pdf'
 
D

Dave Rahardja

It's important to note though that anyone who refers to the Standard in
these newsgroups is able to do so because they have commited it
entirely to memory. Indeed it is considered poor form, if not outright
"cheating", to consult the actual standard instead of one's own
recollection of its contents in any discussion that references it.
Relying on memory has several advantages: it saves both time and
effort, but most importantly it eliminates the embarrassment of ever
having to retract or admit one's own error, since who is to say that
your recollection of the Standard is better than anyone else's?

Greg

ps. yes, I'm kidding...

Nicely done. ;-)
 

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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top