Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Is there a strlen() that works with char16_t?

c unicode c11

Can you always access suitably aligned buffer containing structure data in C?

c c11

How can char[] represent an UTF-8 string?

c string utf-8 c11

What is the difference between vsnprintf and vsprintf_s?

c string printf c11 tr24731

clang c11 threads.h not found

c xcode clang c11 threads.h

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