Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

lvalues in the ISO C11 standard

c language-lawyer c11 lvalue

Missing the great reason for memset_s (C11)

c c11

How to do file I/O with bool in C?

c c11

Glibc - error in ucontext.h, but only with -std=c11

c gcc glibc c11 gcc4.9

Does passing to a function two pointers pointed to members of the same union violate the strict aliasing rule? [duplicate]

Why 'int16_t complex' does not work?

c gcc c99 complex-numbers c11

Compatibility between structs with differently const-qualified pointers

Bit-field types in GCC vs C11 standard

c gcc types bit-fields c11

Compile time check polymorphic types in C?

c type-safety c11

Are C versions backwards compatible?

Are there any C implementations which have a useless single-bit `int` bitfield?

c c99 bit-fields c11

"error: ‘_Generic’ specifies two compatible types" but not on some compilers

How to initialize anonymous composite types in C

c initialization c11

Why is this generic expression bugging out? [duplicate]

c generic-programming c11

aligned_alloc not found for clang

macos clang c11

Is it legal to call pthread functions on thrd_t?

c pthreads c11

Is it legal to static_assert that signed shift right has two's-complement behavior?

c++ c c++11 language-lawyer c11

Does C11 says anything about empty translation units? If yes, in which section?

c c11