Search code examples
If unary operators have near the highest priority, then why the order of evaluation of # and ## oper...


c++cc++17language-lawyerc17

Read More
Why Clang running on Windows has no C conformance (__STDC__ is not defined to 1)?...


cclangc11standards-compliancec17

Read More
Why QNAN == QNAN does not lead to raising FE_INVALID exception?...


cfloating-pointieee-754floating-point-exceptionsc17

Read More
C standard: structure and union specifiers: what is the exact definition of 'suitably converted&...


cstructlanguage-lawyerunionsc17

Read More
Why converting 'out of range integer to integer' leads to IB, but converting 'out of ran...


ccastingtype-conversionlanguage-lawyerc17

Read More
Why not all the standard headers are preceded with std prefix?...


clanguage-lawyernamingc11c17

Read More
Does name of stdatomic.h contradict with (potential) restriction of the mapping to eight significant...


clanguage-lawyerc11c17

Read More
Does -Wpedantic make the program follow the -std=version?...


cgccc17

Read More
Is fpclassify(x) == FP_NAN functionally equivalent to isnan(x)?...


cfloating-pointc17

Read More
Is assignment x=1; always an undefined behaviour according to C17?...


clanguage-lawyerc17

Read More
Is program translation direction well-defined?...


cc17

Read More
Bitwise & over 32 bits...


cbitwise-andc17

Read More
Contradiction in C18 standard (regarding character sets)?...


clanguage-lawyerstandardsc17

Read More
Will C++20 standard include C18 standard...


c++cc++20c17

Read More
What is C17 and what changes have been made to the language?...


cgccisoc11c17

Read More
Is C++17 based on C17?...


c++clanguage-lawyerc++17c17

Read More
Will i=i++ be newly well-defined in C17?...


clanguage-lawyeroperator-precedencesequence-pointsc17

Read More
Is indexing a string literal an initializer constant expression?...


clanguage-lawyerc11constant-expressionc17

Read More
C11 Annex K: "objects that overlap"...


clanguage-lawyerc11c17

Read More
Is there something that resembles std::lock_guard in native C?...


cmultithreadingthread-safetyc11c17

Read More
How can one calculate a pointer to the beginning of a struct from a pointer pointing at a member of ...


cpointerscastingc11c17

Read More
snprintf: Are there any C Standard Proposals/plans to change the description of this func?...


clanguage-lawyerc11c-standard-libraryc17

Read More
How does C17 want me to initialize my atomics?...


catomicc17

Read More
BackNext