Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Why is there no ASCII or UTF-8 character literal in C11 or C++11?

c++ utf-8 c++11 ascii c11

Why does mismatched prototype and definition with empty argument list give different results in GCC and Clang?

c language-lawyer c11

What is the type of a bitfield?

C11 anonymous structs via typedefs?

c struct c11

Compilers that support C11

c compiler-construction c11

Standard way in C11 and C++11 to convert UTF-8?

Lifetime of temporary objects in C11 vs C99

c c99 c11

Have anonymous structs and unions in C11 been incorrectly described?

c language-lawyer c11

why is there no aligned calloc in C11

Why do some C standard headers begin with 'std' while others don't?

c c99 c89 c11

Returning a local partially initialized struct from a function and undefined behavior

Can a void-returning function g return f(); when f returns void?

c language-lawyer c11

What precautions should I take to make a memory pool that does not invoke undefined behavior?

C11 GCC threads.h not found?

c multithreading c11

C11 <thread.h> in GCC?

c gcc c11

How to go from fopen to fopen_s

c++ c windows c11 tr24731

How to extract the source filename without path and suffix at compile time?

c++ c c++11 c++14 c11

Are these compatible function types in C?

Is memcpy(&a + 1, &b + 1, 0) defined in C11?

c language-lawyer c11 gcc4.9

What are those strange array sizes [*] and [static] in C99?