Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Using __thread in c99

c multithreading c99

Is there any way for a compound literal to have variable length in c99?

c c99 compound-literals

Compund literals storage duration in C

Why doesn't the compiler detect and produce errors when attempting to modify char * string literals?

c standards c99 c11

When to use variable length array in C, but when a dynamic allocation?

c arrays malloc free c99

What is the correct definition of size_t? [duplicate]

c c99 c11 size-t

What is function designator and actual call?

C99: Restricted Pointers to Document Thread Safety?

warning C4047: '=' : 'char' differs in levels of indirection from 'char *'

c visual-c++ c99

How to compare two complex numbers?

c c99 complex-numbers

Does gcc(windows + MinGW) defines SCNd8, SCNu8 in inttypes.h?

c gcc mingw c99

Remainder operator in c89 and c99

c c99 c89

Comma and assignment operators in C

c c99 comma-operator

IEEE-754 Floating-point Exceptions in C

c floating-point c99 ieee-754

Is C99 support really still not widespread?

c compiler-construction c99

Why use "[*]" instead of "[]" in function prototype?

c arrays language-lawyer c99

fileno, F_LOCK and F_ULOCK become undeclared and unavailable when I add std=c99 flag to gcc

c gcc c99

How to use ftruncate in c99 without warning

c c99

Why does clang complain about using variable-length arrays with '-std=c99' flag?

c clang c99 compiler-flags

Using-block in C

c c99