Search code examples
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
Can volatile variables be read multiple times between sequence points?...


clanguage-lawyervolatilec11

Read More
Why isn't timespec_get defined on any C compiler on my Mac?...


ctimec11timespec

Read More
Pointer to integer conversion in C...


cpointersc11

Read More
Is it okay to type-pun allocated structs varying only in const-ness?...


cpointersc11strict-aliasing

Read More
Does any C library implement C11 threads for GNU/Linux?...


cmultithreadingc11

Read More
Apparently erroneous implicit declaration of function warning...


cposixc11implicit-declaration

Read More
Making data reads/writes atomic in C11 GCC using <stdatomic.h>?...


cmultithreadingc11atomic

Read More
Why is #define throwing "error: expected declaration specifiers"?...


copenmpc-preprocessorc11

Read More
Is there any option to switch between C99 and C11 C standards in Visual Studio?...


cvisual-studiovisual-c++c99c11

Read More
Atomic array in C11...


catomicc11stdatomic

Read More
Check if Compiler supports optional C feature in the source...


cgccclangc11

Read More
C Headers for threading support on GCC, Raspbian?...


gccheader-filesraspbianapt-getc11

Read More
BackNext