Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Why does the named reference to an anonymous struct , idiom described below need -fms-extensions to be compiled by clang/gcc

c c11

C11 - enums in Generic Selections

c generics enums selection c11

stddef.h is included but max_align_t is undeclared

c gcc c11

Rationale for the C11 _Atomic specifier-vs-qualifier syntax irregularity?

Checking support for _Generic() selection in C

c generics gcc clang c11

Initializing an atomic_flag

<stdlib.h> rand() example code, unnecessary check for larger than max?

c random c11

Two-part for loop in C [duplicate]

c c11

Handling size_t in a generic selection

c c11 size-t

Are enum values resolved in preprocess time or in compile time?

c c11

Why was gets part of the C standard in the first place?

c standards deprecated c11 gets

GCC warning with std=c11 arg

c gcc pthreads c11

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

c standards c99 c11

Make autotools add --std=c11 to CFLAGS

c autotools c11

What is the correct definition of size_t? [duplicate]

c c99 c11 size-t

C11 related language correctness

c language-lawyer c11

Best way to statically initialize a linked list in C?

c c11

C11 struct inheritance with anonymous struct

c inheritance gcc struct c11

thrd_busy and mtx_lock()/mtx_timedlock()

c multithreading mutex c11

Is it a C standard to define how to store the temporary result of shift operation?

c standards bit-shift c11