Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

GNU89, mixed declarations and loop initial declarations

c gcc c99 c89

Is there a way to init a C double with a const value based on a hex pattern?

c constants c99

Are there any C implementations which have a useless single-bit `int` bitfield?

c c99 bit-fields c11

C90 - C99: register struct

c c99 standards c89

What is stack reallocation and when does it happen?

Pointer to integer and back again

c pointers language-lawyer c99

Do C compilers follow the "formal definition of `restrict`"?

conditional initialization of static arrays, using compound literals

c c99

Is the output of snprintf guaranteed to be null-terminated with Visual Studio 2015?

c visual-studio-2015 c99

Skipping switch cases via false loop is a valid operation?

c c99 undefined-behavior

C99: Is an inlined function still a sequence point?

c c99

Integral promotion/conversion: why should I care about the name of the resulting type?

C: Is <limits.h> cross platform?

Recent MSVC versions don't treat NAN as constant, workaround?

c visual-c++ c99

Do arrays in struct fields always persist upon return?

c memory struct return c99

Is it thread-safe to access different elements of an array in C99?

"Unpacking" macro arguments

c c99

Why in stdbool.h are used integers and not unsigned ones?

Error - 'for' loop initial declarations are only allowed in C99 or C11 mode

c c99 c11