Comments on: List of all standard version of c language /c-language-programming-tips/list-of-all-standard-version-of-c-language/ Because one technology can make another technology rich Tue, 08 May 2012 04:02:49 +0000 hourly 1 http://wordpress.org/?v=3.3 By: JIGAR PATEL /c-language-programming-tips/list-of-all-standard-version-of-c-language/#comment-572 JIGAR PATEL Tue, 08 May 2012 04:02:49 +0000 /?p=162#comment-572 hey agabein i am not getting what you mean by standard c @ year 2000... if you have used the function and concept of c89 then you can compile it by gcc compiler and in any other version you can check the supported version in your gcc compiler and then specify its option at command line like gcc -std=c99 test.c if you atre using any other compiler then check its supported c version and specify its option while compiling. all the best. Still you have any problem then please say me.. hey agabein i am not getting what you mean by standard c @ year 2000…

if you have used the function and concept of c89 then you can compile it by gcc compiler and in any other version you can check the supported version in your gcc compiler and then specify its option at command line

like

gcc -std=c99 test.c

if you atre using any other compiler then check its supported c version and specify its option while compiling.

all the best. Still you have any problem then please say me..
JIGAR PATEL recently posted..Difference between c and c++ and java programming languagesMy Profile

]]>
By: agabein /c-language-programming-tips/list-of-all-standard-version-of-c-language/#comment-571 agabein Mon, 07 May 2012 18:29:49 +0000 /?p=162#comment-571 I have a long code that has been written with standard c @ year 2000. I can't run it now on existing version. Do u have any suggestion? I am have 2 days 2 hand it running. I have a long code that has been written with standard c @ year 2000. I can’t run it now on existing version. Do u have any suggestion? I am have 2 days 2 hand it running.

]]>
By: jigar /c-language-programming-tips/list-of-all-standard-version-of-c-language/#comment-464 jigar Wed, 01 Feb 2012 18:30:21 +0000 /?p=162#comment-464 here you can download the latest spec draft of c language http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf here you can download the latest spec draft of c language

http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf

]]>