473,499 Members | 1,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest C Version

Hi there,

I was wondering.. what s the latest official version of C. Is it the ISO 9899,
with the 2001's modifications?

Moreover one of my friend was asked during an interview, which new C
functionality you don't have in C++. Weird one.

--

/David

-- Before C++ we had to code all of bugs by hand; now we inherit them.
Nov 14 '05 #1
3 2001
in comp.lang.c i read:
I was wondering.. what s the latest official version of C. Is it the ISO 9899,
with the 2001's modifications?


yes -- iso/iec 9899:1999 as corrected by iso/iec 9899/cor1:2001. your
country may have adopted and published it under their own standards system,
e.g., in the usa the national standard is incits/iso/iec 9899-1999 (with
the same iso corrigendum).

--
a signature
Nov 14 '05 #2
Ok cool thanks very much indeed! Anyway, do you have an idea of a "new" feature
only available in C and not in c++. I still dont get what the guy who gave the
interview wanted..

/David

-- Before C++ we had to code all of bugs by hand; now we inherit them.
yes -- iso/iec 9899:1999 as corrected by iso/iec 9899/cor1:2001. your
country may have adopted and published it under their own standards system,
e.g., in the usa the national standard is incits/iso/iec 9899-1999 (with
the same iso corrigendum).

Nov 14 '05 #3
On Sat, 12 Jun 2004 01:48:23 +0100, "kUfa" <po*****@essi.fr> wrote in
comp.lang.c:
Hi there,

I was wondering.. what s the latest official version of C. Is it the ISO 9899,
with the 2001's modifications?

Moreover one of my friend was asked during an interview, which new C
functionality you don't have in C++. Weird one.


There's a lot of C functionality in C99 that is not in C++. Just a
few off the top of my head:

- variable length arrays

- restrict type qualifier

- new meaning for static with array parameters to functions

- signed and unsigned long long and <stdint.h> typedefs

- functions to control floating point environment

While you can implement a C99 compatible <stdint.h> for any conforming
C++ compiler (excluding long long), you can't provide any of the
others unless using some non-standard compiler extensions.

There are other features that could be added to this list as well.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #4

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

Similar topics

2
8756
by: Terence Shek | last post by:
Is there a way to set the application binding policy so that it always binds to the latest version of an assembly? I'm hoping there is a way to avoid updating the application's binding...
0
1484
by: Eddy | last post by:
We have a somewhat large .net solution (25+ projects). All the developers using this solution have experienced at one time or another a "Get latest Version (recursive)" on the solution that has NOT...
7
4203
by: Danny | last post by:
I want to buy the latest version of ms access. Will this version let me create an mdb that will work with a lesser version such as 2000, I am having a problem going from 2002 to 2000. The mde will...
2
4274
by: Jigar Mehta | last post by:
Hye, What is the latest MSDN version in the market?? I have one of April 2003. From which location we can download latest samples?? (in ms website) -- Jigar Mehta jbmehtain@yahoo.co.in
0
1475
by: Damien | last post by:
Hi, Visual Studio .NET 2003 Visual SourceSafe 6 (6.0d) I'm working in a three person team on a reasonably complex Solution - it currently consists of 9 separate projects (3 of them are plain...
2
2273
by: Peter Stojkovic | last post by:
I am using Visual Studio 2005 with the above Build. Is this the latest Version ??? Thanks Peter Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200)
5
2207
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0....
2
1704
by: Don | last post by:
Is it possible to configure an application to use CodeBase and Redirection (Config file) or any other means, to load the latest version of an Assembly from a specified URL. Using Codebase i need...
2
2698
by: kinnu | last post by:
Hi All, I have created an application and uploaded in geocities.com\...html. I want the VB application to check the latest/updated version application from geocities\...html when it checks for...
5
10613
by: Ellie | last post by:
Hi, I am now starting to look into upgrading our vb6 apps to .net and need to know the latest version I should be getting. Thanks
0
7131
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
7220
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...
1
6894
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
7388
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4919
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
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.