473,326 Members | 2,337 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,326 software developers and data experts.

What are some recommended resources for comparisons between ansi c and c99?

I've been told that there are a number of changes to C that have been proposed
to become standard - an update as it were to ansi c.

Are there laymen level articles that have been published, detailing the
differences, and documenting where the process is at - seeing as it's now
been 4 or 5 yrs since 1999 ...
--
<URL: http://wiki.tcl.tk/ > <URL: http://www.tcl.tk/ >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lv*****@yahoo.com > <URL: http://www.purl.org/NET/lvirden/ >
Nov 13 '05 #1
3 1878
On 15 Aug 2003 16:02:30 GMT, in comp.lang.c , lv*****@yahoo.com wrote:
I've been told that there are a number of changes to C that have been proposed
to become standard - an update as it were to ansi c.

Are there laymen level articles that have been published, detailing the
differences, and documenting where the process is at - seeing as it's now
been 4 or 5 yrs since 1999 ...


Try reading comp.std.c, they may have more idea.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Nov 13 '05 #2
Mark McIntyre wrote:
lv*****@yahoo.com wrote:
I've been told that there are a number of changes to C that
have been proposed to become standard - an update as it were
to ansi c.

Are there laymen level articles that have been published,
detailing the differences, and documenting where the process
is at - seeing as it's now been 4 or 5 yrs since 1999 ...


Try reading comp.std.c, they may have more idea.


Try the following:

<http://web.onetelnet.ch/~twolf/tw/c/c9x_changes.html>
<http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/newinc9x.htm>

--
Chuck F (cb********@yahoo.com) (cb********@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
Nov 13 '05 #3
On Sat, 16 Aug 2003 02:35:36 GMT, in comp.lang.c , CBFalconer
<cb********@yahoo.com> wrote:
Mark McIntyre wrote:
lv*****@yahoo.com wrote:
> Are there laymen level articles that have been published,
> detailing the differences, and documenting where the process
> is at - seeing as it's now been 4 or 5 yrs since 1999 ...
Try reading comp.std.c, they may have more idea.


Try the following:

<http://web.onetelnet.ch/~twolf/tw/c/c9x_changes.html>


broken link
<http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/newinc9x.htm>


err, I think the OP wanted to know what was going to be in C200X
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Nov 13 '05 #4

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

Similar topics

48
by: monkey | last post by:
Read through python site for programming tool, really plenty of choices :-) (For c++, I just can't breath with very very limited choices) Tried Spe, it come with wxGlade built-in very nice(is Spe...
5
by: David | last post by:
this phrase has been mentioned many times in this NG and it seems like everyone know what it's. is it a book? a standard? or a guide of some sort? where can i read more about K&R2? thanks!
24
by: David Mathog | last post by:
If this: int i,sum; int *array; for(sum=0, i=0; i<len; i++){ sum += array; } is converted to this (never mind why for the moment):
4
by: Luke Wu | last post by:
I am just wondering what the following terms usually mean: 1) "Standard C" 2) "K&R C" 3) "ANSI C" I am pretty sure "ANSI C" usually refers to the C89 standard, but what
4
by: Rachel Suddeth | last post by:
What is the difference between a managed/unmanaged resource, and how do you tell which is which? I'm trying to understand how to write some Dispose() methods, and we are supposed to put code that...
1
by: Carlo Marchesoni | last post by:
In order to have a mutli-lingual page, I load all .Text, .ToolTip etc from a resource, if the user does not work with the default-language, like this: Thread.CurrentThread.CurrentCulture = new...
1
by: kathy | last post by:
I read MSDN help file "Class vs. Component vs. Control" and it said I need to implement IDisposable whenever I use the external resources. What "external resources" include? bitmap, icon, Mutex,...
66
by: KimmoA | last post by:
Hey! Some questions about C that have been bugging me for a while... 1) Is inline a valid C keyword or not? I was kind of surprised of not finding it in C, to be honest. My "The C Programming...
0
NeoPa
by: NeoPa | last post by:
ANSI-89 v ANSI-92 Before we get into all the various types of pattern matching that can be used, there are two ANSI standards used for the main types of wildcard matching (matching zero or more...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.