Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Can a int16_t to int conversation result in implementation-defined behavior?

Taking address of temporary (compound literal) parameter in C

Are there any differences between ANSI C and ISO C?

c standards c99 c89 ansi-c

Cleaning up C/C++ code reveals problems with variadic macros

c++ c macros c99 variadic-macros

NULL function pointers

c++ c c99

Using restrict with arrays?

How to enforce C89-style variable declarations in gcc?

c visual-c++ gcc c99 c89

Do C99 signed integer types defined in stdint.h exhibit well-defined behaviour in case of an overflow?

During C macro expansion, is there a special case for macros that would expand to "/*"?

c macros c-preprocessor c99

Does Microsoft visual studio 2010 support c99?

Why is the return type for ftell not fpos_t?

c c99

ftell at a position past 2GB

c file-io c99 stdio ftell

unistd.h and c99 on Linux

c linux unix c99

Sequence points and side effects: Quiet change in C11?

How to force unsigned arithmetic on fixed-width types?

c++ c c99 standards-compliance

In C, if B is volatile, should the expression (void)(B = 1) read B

How do I have a comma inside braces inside a macro argument when parentheses cause a syntax error?

c macros c99 c-preprocessor

Compatibility of C89/C90, C99 and C11

c c99 iso c11 c89

printf conversion specifier for _Bool?

c standards printf c99

Inconsistent behaviour of implicit conversion between unsigned and bigger signed types