Archive
Archive for November, 2010
GNU C: Extensions to the C Language Family
November 6, 2010
1 comment
Hi. Today I’ll talk about the extensions to the C language family introduced by the GNU C.
The GNU C provides several language features not found in ANSI standard C. These extensions are available both in C and C++. The `-pedantic’ option directs GNU CC to print a warning message if any of these features is used.
The list of these features is very long: often we use them implicitly. I will show to you only those I consider most useful and “strange”: Read more…
Categories: C/C++, GNU/Linux, Programming
C language extended, GNU C, Programming C