Search code examples
What is the __STDC_VERSION__ value for C11?...


cmacrosisoc11

Read More
How can char[] represent a UTF-8 string?...


cstringutf-8c11

Read More
Why are typedef identifiers allowed to be declared multiple times?...


ctypedefc99c11

Read More
Why does C/C++ not have a atomic flag test_and_clear?...


c++atomicc11stdatomictest-and-set

Read More
If pragma STDC FENV_ACCESS is absent, does it mean default rounding mode?...


cc99c11

Read More
Why doesn't the use of strictly conforming programs and conforming implementations ensure absolu...


clanguage-lawyerportabilityc11

Read More
Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?...


cc11compound-literalsc17

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


cc11

Read More
Why is the C preprocessor a subject of undefined behavior?...


clanguage-lawyerc-preprocessorundefined-behaviorc11

Read More
What does assignment mean to a C11 atomic?...


atomicc11

Read More
How can I combine a comparison and an update in one atomic operation?...


linuxx86-64atomicc11

Read More
Atomic swap in C...


cmacosatomicc11

Read More
MSVC compiled code hits debug assert when using _Atomic float...


cvisual-c++c11stdatomiccompiler-bug

Read More
C11 nested generics...


cgenericsnestedc11

Read More
Is support of Annex K in C11 required for a conforming implementation?...


clanguage-lawyerc11tr24731

Read More
Missing the great reason for memset_s (C11)...


cc11

Read More
Is type-punning through a union unspecified in C99, and has it become specified in C11?...


cc99unionsc11type-punning

Read More
Which is most standard: strnlen or strnlen_s?...


cc11

Read More
Is there a standard way to guarantee that a certain (constant) expressions will be evaluated at comp...


clanguage-lawyerc11constant-expressionc17

Read More
Do we have atomic uint32 type in C?...


catomicc11

Read More
Use of comma in a typedef declaration?...


ctypedefc11

Read More
C11 & C++11 Exended and Universal Character Escaping...


c++cc++11language-lawyerc11

Read More
What is C11 cor 1:2012?...


cstandardsc11

Read More
Flexible array member without having to be the last one...


cstructc99c11flexible-array-member

Read More
Difference between exit and quick_exit...


cc11

Read More
What is unsafe about fopen?...


cvisual-studiofopenc11tr24731

Read More
C: member to drive up structure size up to a value...


cc11

Read More
C11 GCC threads.h not found?...


cmultithreadingc11

Read More
C11 Standard docs...


cstandardsc11ansi-c

Read More
Can C11 _Generic be used with no arguments?...


cmacrosc11

Read More
BackNext