Topic: Question About Standards - More Specific
Author: "Derrick Jones" <dbjones@verio.net>
Date: Mon, 12 Mar 2001 20:33:22 GMT Raw View
My apologies for my vagueness in asking my question.
My company is deploying customer informational sites in various
countries, and I'd like to know whether or not there are industry standards
common informational fields such as:
First Name; Last Name; City; etc...
These input fields will be distributed worldwide, and we'll be limiting the
size of these fields, so I'm wondering if there's an industry standard for
what these lengths should be.
"Wayne A. Witzel III" <witzel@qwest.net> wrote in message
news:mnhq6.4822$Ze6.654933@news.uswest.net...
> "Derrick Jones" <dbjones@verio.net> wrote in message
> news:La6q6.1361$FS3.101050@sjc-read.news.verio.net...
> | Are there any Industry Standards in existence for C++??? If so, who set
> them
> | & where can I get a copy of the Document?
>
> International Standard
> ISO/IEC 14882
> First Edition 1998-09-01
>
> It can be downloaded from
>
http://webstore.ansi.org/ansidocstore/product.asp?sku=ISO%2FIEC+14882%2D1998
> for a small $18 fee.
>
> Hope this is what you where looking for.
>
> ---
> [ comp.std.c++ is moderated. To submit articles, try just posting with ]
> [ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
> [ --- Please see the FAQ before posting. --- ]
> [ FAQ: http://www.research.att.com/~austern/csc/faq.html ]
> [ Note that the FAQ URL has changed! Please update your bookmarks. ]
>
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.research.att.com/~austern/csc/faq.html ]
Author: Barry Margolin <barmar@genuity.net>
Date: Mon, 12 Mar 2001 20:47:28 GMT Raw View
In article <2j5r6.1516$FS3.115769@sjc-read.news.verio.net>,
Derrick Jones <dbjones@verio.net> wrote:
>My apologies for my vagueness in asking my question.
>
> My company is deploying customer informational sites in various
>countries, and I'd like to know whether or not there are industry standards
>common informational fields such as:
>
>First Name; Last Name; City; etc...
>
>These input fields will be distributed worldwide, and we'll be limiting the
>size of these fields, so I'm wondering if there's an industry standard for
>what these lengths should be.
I doubt there are any such standards, and even if there are, I don't see
why they would be specific to C++. Maybe you should ask in comp.std.misc.
--
Barry Margolin, barmar@genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.research.att.com/~austern/csc/faq.html ]
Author: Francis Glassborow <francis.glassborow@ntlworld.com>
Date: Mon, 12 Mar 2001 20:48:22 GMT Raw View
In article <2j5r6.1516$FS3.115769@sjc-read.news.verio.net>, Derrick
Jones <dbjones@verio.net> writes
>My apologies for my vagueness in asking my question.
>
> My company is deploying customer informational sites in various
>countries, and I'd like to know whether or not there are industry standards
>common informational fields such as:
>
>First Name; Last Name; City; etc...
>
>These input fields will be distributed worldwide, and we'll be limiting the
>size of these fields, so I'm wondering if there's an industry standard for
>what these lengths should be.
That does not seem to be related to C++ but rather to various data
standards.
--
Francis Glassborow
See http://www.accu.org for details of The ACCU Spring Conference, 2001
(includes many regular participants to C & C++ newsgroups)
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.research.att.com/~austern/csc/faq.html ]