Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

What is C11 cor 1:2012?

c standards c11

C1x: When will it land, what to expect?

c language-features c11

Bit-fields and sequence points

Branchless conditionals on integers — fast, but can they be made faster?

Why can't I "goto default;" or "goto case x;" within a switch selection structure?

c c99 c89 c11

What does C1x inherit from C++?

c++ c c11

Does ISO C allow aliasing of the argv[] pointers supplied to main()?

__STDC_LIB_EXT1__ availability in gcc and clang

c gcc clang c11 tr24731

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