List Question
20 TechQA 2023-09-04T23:20:41.150000Is it possible to write a strictly conforming C program that outputs to the display?
122 views
Asked by Tux1
clang 15 miscompiles code accessing indeterminate values
314 views
Asked by Lundin
How to check if the result of std::frexp is specified under the current compiler?
138 views
Asked by Piotr Siupa
What is source references in MISRA C?
115 views
Asked by Reza Bodaghi
Semantics of resize without element preservation using move idiom
160 views
Asked by alfC
Is there a reason why implementations allow instantiation of std::complex with unsupported types
717 views
Asked by NoSenseEtAl
Value passed to function doubling inside call
41 views
Asked by StickOnAStick
Is reading values of unitialized object yields Undefined Behavior
118 views
Asked by Some Name
Why bit-shift in two steps?
204 views
Asked by Georg Schölly
Understand scipy's shapiro behavior when inserting two columns dataframe instead of one
378 views
Asked by Reut
Unspecified behaviour about "object having more than one object representation"
168 views
Asked by Guillaume Petitjean
Floating-point: FLT_HAS_SUBNORM is 0 => subnormal value arises => unspecified behavior?
78 views
Asked by pmor
Is inserting map size as value into a map undefined behavior?
196 views
Asked by NoSenseEtAl
Is this a C language undefined behaviour? Different results in clang and GCC
219 views
Asked by lotusexpeditor
Equality condition on a double loop variable: unspecified or undefined?
85 views
Asked by AlwaysLearning
Is there a way to force a specific evaluation order of function arguments?
2.1k views
Asked by bremen_matt
Can I take the address of a function defined in standard library?
2.9k views
Asked by L. F.