List Question
20 TechQA 2024-03-30T15:33:55.150000Is it allowed to pass "this" of derived class to constructor of base class?
76 views
Asked by Reverent Lapwing
Incorrect implementation of calloc() introduces division by zero and how to detect it via testing?
66 views
Asked by ismbks
What is erroneous behavior? How is it different from undefined behavior?
1.8k views
Asked by Jan Schultke
Initialize a structure pointer to NULL, then try to change its members
74 views
Asked by user394334
PhpStorm doesn't detect undefined variables at all
20 views
Asked by tklustig
Function is returning null instead of array in C
109 views
Asked by Confused Coder
Is this use of va_copy undefined behaviour?
80 views
Asked by nect
Putting 'noexcept' on possible UB
82 views
Asked by Milky Way
Returning a struct containing array in C
100 views
Asked by nirki
What should happen when control reaches __builtin_unreachable?
107 views
Asked by graveman
Custom macro logic
84 views
Asked by user16881149
Type incoherence when compiling Java code through GWT
29 views
Asked by SIMDEI
Issue with printing the correct size of a string in C
72 views
Asked by Ahmed Tharwat
Can max_size() be undefined behavior?
138 views
Asked by Jan Schultke
Does the runtime dereference of a nullptr always result in Segmentation Fault?
130 views
Asked by Enlico
Is it legal to `reinterperet_cast` to the child of a non-virtual object?
73 views
Asked by Fantastic Mr Fox
Concept vs. Typename Parameter in Template Template
70 views
Asked by The Floating Brain
Storing Zero-Sized type instance into a null pointer
76 views
Asked by Some Name
Interpreting int as char: is this a case of UB?
105 views
Asked by Costantino Grana
Is the behaviour of std::chrono::round on out-of-range values as intended?
103 views
Asked by MadTux