473,414 Members | 1,757 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,414 software developers and data experts.

9899:1990 standard

Is the C standard 9899:1990 available anywhere, since 14882:2003 is
based on it?
Jan 15 '08 #1
8 1492
Ioannis Vranos wrote:
Is the C standard 9899:1990 available anywhere, since 14882:2003 is
based on it?
It used to be, from ANSI. Cost an arm and a leg, too. We had to buy
a printed version at the time since they weren't selling in electronic
form in mid-90s... :-/ Have you checked their web site?

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jan 15 '08 #2
Victor Bazarov wrote:
Ioannis Vranos wrote:
>Is the C standard 9899:1990 available anywhere, since 14882:2003 is
based on it?

It used to be, from ANSI. Cost an arm and a leg, too. We had to buy
a printed version at the time since they weren't selling in electronic
form in mid-90s... :-/ Have you checked their web site?
Actually, I did, for that reason, and could only find 9899:1999.
Jan 15 '08 #3
red floyd wrote:
Victor Bazarov wrote:
>Ioannis Vranos wrote:
>>Is the C standard 9899:1990 available anywhere, since 14882:2003 is
based on it?

It used to be, from ANSI. Cost an arm and a leg, too. We had to buy
a printed version at the time since they weren't selling in
electronic form in mid-90s... :-/ Have you checked their web site?

Actually, I did, for that reason, and could only find 9899:1999.
I believe the problem is that :1990 has been obsoleted by :1999.
Now, we could probably complain to ANSI about not keeping a copy
of the obsolete standard around, but that's about all we can do.

I think I might have a copy of :1990 at home, but I am not at
liberty to give it to somebody or sell it, it's copyrighted.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jan 15 '08 #4
Victor Bazarov:
I believe the problem is that :1990 has been obsoleted by :1999.
Now, we could probably complain to ANSI about not keeping a copy
of the obsolete standard around, but that's about all we can do.

I think I might have a copy of :1990 at home, but I am not at
liberty to give it to somebody or sell it, it's copyrighted.

The 1990 Standard is still the dominant one.
--
Tomás Ó hÉilidhe
Jan 15 '08 #5
On Jan 15, 6:23 pm, "Tomás Ó hÉilidhe" <t...@lavabit.comwrote:
Victor Bazarov:
I believe the problem is that :1990 has been obsoleted by :1999.
Now, we could probably complain to ANSI about not keeping a copy
of the obsolete standard around, but that's about all we can do.
I think I might have a copy of :1990 at home, but I am not at
liberty to give it to somebody or sell it, it's copyrighted.
The 1990 Standard is still the dominant one.
Interesting. That's about the same thing as saying the ARM is
still the dominant C++ standard---they're from about the same
time. (GCC understands -std=c99, so presumably, it implements
the 1999 standard.)

--
James Kanze (GABI Software) email:ja*********@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Jan 15 '08 #6
Victor Bazarov wrote:
Ioannis Vranos wrote:
>Is the C standard 9899:1990 available anywhere, since 14882:2003 is
based on it?

It used to be, from ANSI. Cost an arm and a leg, too. We had to buy
a printed version at the time since they weren't selling in electronic
form in mid-90s... :-/ Have you checked their web site?
I have purchased both C (90 and 99) and C++ (1998/2003) from the ANSI
store. The C90 spec is pretty ugly (scanned copy) compared to the
others. They all ran $18 each. You're right, I don't see mine
up there (which is marked 9899-1990-R1997)
Jan 17 '08 #7
Tomás Ó hÉilidhe wrote:
The 1990 Standard is still the dominant one.
What do you mean by "dominant"?
Rui Maciel
Jan 17 '08 #8
Rui Maciel:
Tomás Ó hÉilidhe wrote:
>The 1990 Standard is still the dominant one.

What do you mean by "dominant"?
Rui Maciel

That's the standard that the majority of C programmers are working off
today in 2008.

--
Tomás Ó hÉilidhe
Jan 17 '08 #9

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

Similar topics

3
by: Dave | last post by:
What are some recommended references for the C Standard Library portion of C++? Buying the Standard itself is impractical now that only the hardcopy version is available...
16
by: Steven T. Hatton | last post by:
I wanted to take a look at the actual C Programming Language specification which provides the libraries used by C++ in the <c*> Headers. A couple days ago, I found it freely available on the...
1
by: Gabriel Flemming | last post by:
does anybody know which version of the ANSI/ISO-Standard for the C language is the newest one? thx PS: although it is off-topic: which currently available version of C++ is the newest?
40
by: Matt | last post by:
I want to know what is the latest C standard version? Is it C99? There are many terms I have heard, including C98, C99, C9X. Or should we call ANSI/ISO C? Please advise. Thanks!!
21
by: filox | last post by:
does anyone have any links to this standard? i've tried google and i can't find it anywhere, which is i think pretty strange... anyway, i'd appreciate it...and also if you have some links on some...
41
by: jaysome | last post by:
It's been almost eight years since ISO/IEC approved ISO/IEC 9899:1999. Does anyone know if ANSI has approved it? A Google search shows arguably confusing answers as to whether ANSI has...
4
by: Ioannis Vranos | last post by:
Does C++03 include the C programming language ISO/IEC 9899/AMD1:1995 amendment?
8
by: Wolfgang Draxinger | last post by:
As already noted a few months ago I'm working on a language, that is intended to be compiled into C as an intermediary. ATM I'm working with the latest publically avaliable draft of C99...
1
by: Ioannis Vranos | last post by:
I want to buy ISO/IEC 9899:1995 on which C++ is based (or in other words ISO/IEC 9899:1990 with all the amendments and corrections) in a reasonable price (~30$), not the ~300$ versions. Can...
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: 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
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
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...
0
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...

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.