Search code examples
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
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
BackNext