Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Inconsistent C99 support in gcc and clang

String input using C scanf_s

c string scanf c11 tr24731

Is this a C11 anonymous struct?

c struct c11 anonymous-struct

Does C++11 support new features of C11?

c++ c c++11 c11

Is `*` (the asterisk) a keyword in C11?

Struct type aliasing / tagged-union without union

c language-lawyer c11

DMB instructions in an interrupt-safe FIFO

c gcc assembly c11 atomic

Is it worse in any aspect to use the CMPXCHG instruction on an 8-bit field than on a 32-bit field?