Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

C99 Structure Designated Initialisers and other value

Why does C99 complain about storage sizes?

What is the point of the C99 standard?

c c99

Define a function before main?

c c99

GCC options to enforce Ansi C standard check?

c gcc c99

What C program behaves differently in run-time when compiled with C89 and C99?

c language-lawyer c99 c89

Is there a practical use for a `volatile restrict` pointer?

How to define extern variable along with declaration?

Creating a DLL in GCC or Cygwin?