Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Does union support flexible array members?

compiling with c89 and c99 does gcc 4.4.2 default to c99?

c c99 c89

Linkage in C: does GCC follow the C99 spec, or do I not understand the spec?

c gcc c99 linkage

What is the difference between `cc -std=c99` and `c99` on Mac OS?

Iterating through a function's arguments by using a pointer to the first one

Expansion of function-like macro creates a separate token

c macros c99

Why is tag and name equality required for struct/union compatibility?

c struct c99

sizeof compound literal array

Elegant parsing of query string in C

c refactoring c99

Embedding Google V8 into ANSI C Application - where to start?

Convert unsigned long long to double in C

Are there any C99 compilers where with default settings -1>>1 != -1?

c++ c c99 bit-shift c11

Complete encapsulation without malloc

How to properly inline and use an inline function in C99, correcting link failure?

c inline c99

Pointer from integer without a cast

c pointers gcc casting c99

enumerating over a structure fields in C

c sqlite struct macros c99

Why isn't there a round()-type function that returns an int?

c rounding c99

Pointer difference across members of a struct?

c pointers c99 ptrdiff-t

Undefined Behaviour in C99 related to adjusted parameters

C99: can imaginary part of complex be a negative zero

c gcc c99 complex-numbers