473,614 Members | 2,487 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2222
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.d udewrote:
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.d udewrote:
>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.d udewrote:
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.d udewrote:
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.d udewrote:
>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

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

Similar topics

2
1309
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. Burroughs
1
291
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? TIA,
5
5598
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 Genuine Channels. Would I be making a smart purchase here? What things should I be considering before purchasing this product and what is the short of buying it, does anyone know exactly how much easier it will make the process or will it impede my...
1
1434
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 Microsoft Enterprise Library by Keenan Newton. This book has yet not released 2. Effective Use of Microsoft Enterprise Library : Building Blocks for
2
1395
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 if it is not pure." The subsequent paragraph says this: "Every program shall contain exactly one definition of every non-inline function or object that is used in that program; no diagnostic required." Is that saying that a virtual member...
5
1818
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? "laborated-type-specifiers and friend declarations may introduce a
0
956
by: malar | last post by:
stop buying softwares all favourites softwares are free free tips for maintain your computer http://foodplantss.blogspot.com/
0
8198
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8142
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8642
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6093
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5549
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4058
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4138
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.