Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Why cannot C type-generic expressions be compatible with C++?

c++ c c11

C11 stdatomic and calloc

c atomic c11

Can an implementation that has sizeof (int) == 1 "fully conform"? [duplicate]

c c99 c11

The concept of a type name scope in C11

c scope c99 language-lawyer c11

Detecting if a macro argument is a typename

c gcc clang c11

C11 Standard docs

c standards ansi c11

Is there a constexpr in new standard C11 (not C++11) or planned in the future?

c c11

Is it legal to call memchr with a too-long length, if you know the character will be found before reaching the end of the valid region?

c c++11 language-lawyer c11

C11/C++11 Memory Model

c++ gcc c++11 memory-model c11

Clarification on an example of unions in C11 standard

c unions c11

technical legality of incompatible pointer assignments

c gcc clang language-lawyer c11

std::isfinite on MSVC

Is indexing a string literal an initializer constant expression?

Do unnamed bit-fields have well-defined semantics?

c language-lawyer c11

Does ctype.h still require unsigned char?

c undefined-behavior c11 ctype

How to get involved in C standardization process?

c standards c99 c11

What is a composite type in C?

c language-lawyer c11

Using strdup in C11

c gcc c11

Assigning pointers to atomic type to pointers to non atomic type

C11 memory fence usage