List Question
10 TechQA 2024-10-11 02:26:01Array memory allocation of strings
130 views
Asked by NDPrasad
What does an overlong bitshift on a LLVM vector yield?
100 views
Asked by Snowball
Is an attempt to modify a const_cast-ed, but dynamically allocated constant object still undefined behavior?
189 views
Asked by Leo Heinsaar
Why passing string to scanf() compiles fine in C?
489 views
Asked by Destructor
Can "sizeof(arr[0])" lead to undefined behavior?
1.2k views
Asked by mrsmith
Is overflow of intN_t well-defined?
416 views
Asked by Ruslan
Is i=i+1 an undefined behaviour?
222 views
Asked by abysmalpro
Casting double to integer when is it undefined behaviour
1.8k views
Asked by AudioBubble
Is reading inactive union member of the same type as active one well-defined?
534 views
Asked by Ruslan
Garbage value in implicit conversion from expression `wchar_t + wchar_t[]` to std::wstring
199 views
Asked by MicroVirus