473,387 Members | 1,362 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Buying the ISO 14882-2003 Standard

Hi,
I was about to buy the Standard but then I found this link
http://www.usatlas.bnl.gov/~dladams/...14882-2003.pdf

Hmmmm... ... The link seems legit so ... what gives?

Thanks...
Jun 27 '08 #1
11 2199
ManicQin wrote:
Hi,
I was about to buy the Standard but then I found this link
http://www.usatlas.bnl.gov/~dladams/...14882-2003.pdf

Hmmmm... ... The link seems legit so ... what gives?
Somebody accidentally (or ignorantly) made it available. It is not
"free" in either the $$$ or GPL sense of the word.
Jun 27 '08 #2
On Apr 24, 1:56*am, red floyd <no.s...@here.dudewrote:
ManicQin wrote:
Hi,
I was about to buy the Standard but then I found this link
http://www.usatlas.bnl.gov/~dladams/...14882-2003.pdf
Hmmmm... ... The link seems legit so ... what gives?

Somebody accidentally (or ignorantly) made it available. *It is not
"free" in either the $$$ or GPL sense of the word.
Which rises a very (very very) ethical question...
Jun 27 '08 #3
ManicQin wrote:
On Apr 24, 1:56 am, red floyd <no.s...@here.dudewrote:
>ManicQin wrote:
>>Hi,
I was about to buy the Standard but then I found this link
http://www.usatlas.bnl.gov/~dladams/...14882-2003.pdf
Hmmmm... ... The link seems legit so ... what gives?
Somebody accidentally (or ignorantly) made it available. It is not
"free" in either the $$$ or GPL sense of the word.

Which rises a very (very very) ethical question...
Is that ethical question "why should an international standard be
commercial in the first place"?
Jun 27 '08 #4
On Wed, 23 Apr 2008 15:26:29 -0700 (PDT), ManicQin
<Ma******@gmail.comwrote:
>Hi,
I was about to buy the Standard but then I found this link
http://www.usatlas.bnl.gov/~dladams/...14882-2003.pdf

Hmmmm... ... The link seems legit so ... what gives?

Thanks...
I use working drafts from
http://www.open-std.org/jtc1/sc22/wg...s/papers/2008/

Non-existent section in c++03

14.5.3 Variadic templates [temp.variadic]

1 A template parameter pack is a template parameter that accepts zero
or more template arguments. [ Example:

template<class ... Typesstruct Tuple { };

Tuple<t0; // Types contains no arguments
Tuple<intt1; // Types contains one argument: int
Tuple<int, floatt2; // Types contains two arguments: int and float
Tuple<0eror; // error: 0 is not a type

—end example ]

this is bleeding edge c++ for you !!

Jun 27 '08 #5
Is ISO 2003 C++ standardized as C++98, or, is ISO C++ 2003 is a draft
proposal ?

What is the latest ISO C++ STANDARDIZED version that has been
published? (Somewhere I read C++0x; but I am not sure)

Kindly reply

Thanks
V.Subramanian
Jun 27 '08 #6
su**************@yahoo.com, India wrote:
Is ISO 2003 C++ standardized as C++98, or, is ISO C++ 2003 is a draft
proposal ?

What is the latest ISO C++ STANDARDIZED version that has been
published? (Somewhere I read C++0x; but I am not sure)
2003 is the latest official standard. It incorporated TC1 (technical
corrigendum 1). I believe it's minor edits and clarifications.
Jun 27 '08 #7
On Apr 24, 2:24 am, Juha Nieminen <nos...@thanks.invalidwrote:
ManicQin wrote:
On Apr 24, 1:56 am, red floyd <no.s...@here.dudewrote:
ManicQin wrote:
Hi,
I was about to buy the Standard but then I found this link
http://www.usatlas.bnl.gov/~dladams/...14882-2003.pdf
Hmmmm... ... The link seems legit so ... what gives?
Somebody accidentally (or ignorantly) made it available. It is not
"free" in either the $$$ or GPL sense of the word.
Which rises a very (very very) ethical question...

Is that ethical question "why should an international standard be
commercial in the first place"?
I think that they should be rewarded for they're effort. No?
Besides its a symbol of status, Rappers have Bling Blings and we've
got STD ;)
Jun 27 '08 #8
On Apr 24, 2:07 am, red floyd <no.s...@here.dudewrote:
subramanian10...@yahoo.com, India wrote:
Is ISO 2003 C++ standardized as C++98, or, is ISO C++ 2003 is a draft
proposal ?
What is the latest ISO C++ STANDARDIZED version that has been
published? (Somewhere I read C++0x; but I am not sure)

2003 is the latest official standard. It incorporated TC1 (technical
corrigendum 1). I believe it's minor edits and clarifications.

My question is: is ISO 2003 C++ standard a draft proposal or the final
version. I am using g++ 3.4.3 version which supports only C++98. Are
there compilers which support ISO 2003 C++ standard if it is final
standard(that is, it is not a draft proposal) ?

Kindly clarify.

Thanks
V.Subramanian

Jun 27 '08 #9
su**************@yahoo.com wrote:
On Apr 24, 2:07 am, red floyd <no.s...@here.dudewrote:
>subramanian10...@yahoo.com, India wrote:
>>Is ISO 2003 C++ standardized as C++98, or, is ISO C++ 2003 is a
draft proposal ?
>>What is the latest ISO C++ STANDARDIZED version that has been
published? (Somewhere I read C++0x; but I am not sure)

2003 is the latest official standard. It incorporated TC1 (technical
corrigendum 1). I believe it's minor edits and clarifications.


My question is: is ISO 2003 C++ standard a draft proposal or the final
version.
Say, what in "2003 is the latest official standard" do you not understand?
Which word in that statement confuses you? The "latest" or the "official"?
I am using g++ 3.4.3 version which supports only C++98. Are
there compilers which support ISO 2003 C++ standard if it is final
standard(that is, it is not a draft proposal) ?

Kindly clarify.
Kindly reread red floyd's reply.
>
Thanks
V.Subramanian
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jun 27 '08 #10
On Apr 24, 10:01 am, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
subramanian10...@yahoo.com wrote:
On Apr 24, 2:07 am, red floyd <no.s...@here.dudewrote:
subramanian10...@yahoo.com, India wrote:
Is ISO 2003 C++ standardized as C++98, or, is ISO C++ 2003 is a
draft proposal ?
>What is the latest ISO C++ STANDARDIZED version that has been
published? (Somewhere I read C++0x; but I am not sure)
2003 is the latest official standard. It incorporated TC1 (technical
corrigendum 1). I believe it's minor edits and clarifications.
My question is: is ISO 2003 C++ standard a draft proposal or the final
version.

Say, what in "2003 is the latest official standard" do you not understand?
Which word in that statement confuses you? The "latest" or the "official"?
I am using g++ 3.4.3 version which supports only C++98. Are
there compilers which support ISO 2003 C++ standard if it is final
standard(that is, it is not a draft proposal) ?
Kindly clarify.

Kindly reread red floyd's reply.
Thanks
V.Subramanian

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
I get it now. C++98 plus Technical Corrigendum 1 is ISO 2003. Am I
correct.

I am reading TC++PL 3rd edition by Stroustrup which was published
before ISO C++ 2003. Is it sufficient ?. I request you to suggest some
books which are compliant with ISO C++ 2003 which I can read. Also is
there a g++ compiler which is ISO C++ 2003 compliant.

Has Stroustrup written any book on ISO C++ 2003 ?

Also please let me know the url for Technical Corrigendum 1 document
so that I can read it and update myself with the changes later that C+
+98.

Kindly help.

Thanks
V.Subramanian
Jun 27 '08 #11
su**************@yahoo.com wrote:
[..]
I get it now. C++98 plus Technical Corrigendum 1 is ISO 2003. Am I
correct.
Is that a question.
I am reading TC++PL 3rd edition by Stroustrup which was published
before ISO C++ 2003. Is it sufficient ?.
Sufficient for what? It's the best book to learn the language AFAIC.
I request you to suggest some
books which are compliant with ISO C++ 2003 which I can read.
Books are never compliant. Compilers are compliant. You can read
a good C++ book and it will never mention what version of the C++
standard it's based on. Or never go into the details which are
in fact different in those standards. Look on www.accu.org for
C++ books that are "recommended" if you need a different good book
on C++.
Also is
there a g++ compiler which is ISO C++ 2003 compliant.
Ask in a g++ newsgroup, please.
Has Stroustrup written any book on ISO C++ 2003 ?
I don't think so.
Also please let me know the url for Technical Corrigendum 1 document
so that I can read it and update myself with the changes later that C+
+98.
I don't know where to find one. You could start by searching using
your favourite Web search engine.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jun 27 '08 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Bailo | last post by:
Businesses should stop buying desktops for their employees, and give them cell phones instead. They would get much more done that way. -- Language is a virus from outer space. --William S....
1
by: Paweł | last post by:
Hello, I am in a bit of a quandary about buying ODE 97. What are the major drawbacks or maybe merits as compared to recent Office versions (especially O2k) Would would be your advice on it?...
5
by: Uchiha Jax | last post by:
Hello all, Given my general greenness when it comes to remoting and my desire to having something relatively stable up and running in the short term I have been considering the purchase of...
1
by: bytebugs | last post by:
Hello Folks, Can anyone suggest me a good book to learn using the Microsoft Enterprise Library Application Blocks. I can only find two books on the net 1. The Definitive Guide to the...
2
by: Steven T. Hatton | last post by:
This is under the heading of "One Definition Rule" in the Standard, in a paragraph explaining what it means for an object or non-overloaded function to be 'used': "A virtual member function is used...
5
by: Steven T. Hatton | last post by:
This note appears in the discussion of name hiding and uniqueness: §3.3 #4 This note is item #6 in the discussion of "Point of declaration" §3.3.1 #6 What exactly do these statements mean?...
0
by: malar | last post by:
stop buying softwares all favourites softwares are free free tips for maintain your computer http://foodplantss.blogspot.com/
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.