Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Using pointed to content in assignment of a pointer

How to include C11 headers when compiling C++ with GCC?

c++ gcc c11

Why does a function prototype with an empty argument list conflicts with one that has a char argument?

c gcc clang standards c11

What is the rationale behind the strict aliasing rule?

_Alignas for struct members using clang & C11

Is FLT_RADIX ever not 2 in C11 for modern general purpose computers?

c floating-point c11

When will the safe string functions of C11 be part of glibc? [closed]

c glibc c11 tr24731

accessing atomicly two scalar fields

c pthreads atomic c11

Performance advantages of const qualifier in C11

c performance constants c11

Atomicity of the simple assignment operator

Unions and strict aliasing in C11

Why are structs not allowed in equality expressions in C? [duplicate]

c standards c99 c11

Casting pointers to _Atomic pointers and _Atomic sizes

c gcc clang atomic c11

const / static / volatile in array type specification?

c c11

Structure member alignment with _Alignas

c standards c11

P99 and C99 vs C11

c c99 c11 p99

Macro for endian-independent conversion to big endian

c endianness c11

Initializing an atomic flag in a malloc'd structure

c struct atomic freebsd c11