Search code examples
_Alignas for struct members using clang & C11...


cstructc11

Read More
Is this a valid way of checking if a variadic macro argument list is empty?...


cc-preprocessorc11variadic-macros

Read More
Advantage of using compound assignment...


cc11compound-assignment

Read More
Checking support for _Generic() selection in C...


cgenericsgccclangc11

Read More
What is the order of evaluation of VLA dimensions?...


cc11variable-length-arrayorder-of-executionc23

Read More
Using = operator on atomic variable?...


cmultithreadingconcurrencyatomicc11

Read More
Compilers that support C11...


cc11

Read More
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?...


clanguage-lawyerc99volatilec11

Read More
C standard - const qualification of struct members...


clanguage-lawyerstandardsc11

Read More
_Generic to fill some union...


cc11

Read More
How to perform accurate FixedPoint Number Calculation in C?...


cc99c11fixed-point

Read More
C Code trying to open a valid directory with opendir() ends with error "No such file or directo...


cfiledirectoryc11opendir

Read More
How to declare a variable as thread local portably?...


cgccportabilityc11thread-local-storage

Read More
What is the difference in atomic_load() and assignment?...


c11rvaluestdatomiclvalue-to-rvalue

Read More
Have anonymous structs and unions in C11 been incorrectly described?...


clanguage-lawyerc11

Read More
How to use C11 keyword _Generic with struct?...


cgenericskeywordc11winlibs

Read More
C11 threads on Windows...


c++windowsmultithreadingc11

Read More
What is the intention of the following words that appear in C11?...


clanguage-lawyerc11

Read More
passing local variable to thrd_create...


cmultithreadingc11

Read More
Some issues about composite types in C...


cc11

Read More
What is the default C -std standard version for the current GCC (especially on Ubuntu)?...


cubuntugccc99c11

Read More
Is comparing two pointers to different char objects undefined in C?...


cpointerslanguage-lawyerc11c-standard-library

Read More
Why is This _Generic Statement Giving an "Expression expected" Error?...


genericsdynamic-arraysc11

Read More
libzimg: AddressSanitizer: SEGV...


cgccc11sanitizer

Read More
Is There a Better Way to Stringify Error Codes?...


cstringc11error-reporting

Read More
How to determine w/o conversions that a given floating constant can be represented?...


cfloating-pointconstantsc11c17

Read More
Getting the Address of an RValue inside Macro Definition...


cdictionaryc11

Read More
error: pointer/integer type mismatch in conditional expression...


cgccc11

Read More
Understanding C11's _Generic...


cgenericsc11

Read More
What is the __STDC_VERSION__ value for C11?...


cmacrosisoc11

Read More
BackNext