Search code examples
Why do GCC and Clang with -std=iso9899:1990 (i.e. C90) allow LL integer constant suffixes?...


cgccclangc89

Read More
Is it safe to cast size_t to unsigned long int?...


cc89size-t

Read More
Is there an `alignof` implementation portable to standard C89 and C99?...


cc99memory-alignmentc89alignof

Read More
Size of anonymous struct standard conformant?...


cc99c89ansi-c

Read More
What are the major differences between ANSI C and K&R C?...


cc89kernighan-and-ritchie

Read More
What is the difference between C, C99, ANSI C and GNU C?...


cgccc99c89ansi-c

Read More
Representing individual bits in C...


cc89ansi-c

Read More
How does C90 treat non-directives / unrecognised preprocessing directives?...


cc-preprocessorc89

Read More
K&R Exercise 1.16 - Limitation on line length...


ckernighan-and-ritchiec89

Read More
Have the code examples from K&R ever been conforming?...


clanguage-lawyerc99c89kernighan-and-ritchie

Read More
Char Arrays as Compile-Time Constants...


clanguage-lawyerc99c89

Read More
Which most common extensions are there (or used) to ANSI C?...


cc89

Read More
Format strings safely when vsnprintf is not available...


cprintfc89

Read More
Is it possible to cast one type of bitfield to another type of bitfield with the same total number o...


cstructbit-fieldsc89

Read More
Is a ISO C90 compiler needed for install gcc...


gccisoc89

Read More
integer promotion isn't taken into account...


cshiftc89misrainteger-promotion

Read More
Is an uninitialized global struct with uninitialized int member defined behaviour in C?...


cinitializationc89

Read More
Macro: void value not ignored as it ought to be...


cgccmacrosc89

Read More
What does //**/ mean?...


cc99c89

Read More
Why should you use strncpy instead of strcpy?...


cbuffer-overflowstrcpyc89strncpy

Read More
Compiler doesn't issue warning on `uint64_t` under strict C89 mode...


cgcccompiler-errorsclangc89

Read More
GCC options for strict C90 code?...


cgccisoc89

Read More
What is the behavior of integer division?...


cmathc99c89integer-division

Read More
Using M_PI with C89 standard...


cmathc89

Read More
Is converting from unsigned char to signed char and vice versa in C89 well defined?...


cundefined-behaviorc89

Read More
How can the initialization of a struct be used as variable in a function call. ANSI-C Version...


cfunctionstructc89ansi-c

Read More
The meaning of "EiC"...


c++cinterpreterc89

Read More
C90: While loop function condition always met...


cc89

Read More
C90 "Aborted (core dumped) massage" (new to C)...


cabortc89

Read More
Learning about MsBuild project files for Compiling Ansi C90...


msbuildprojects-and-solutionsc89ansi-c

Read More
BackNext