Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in undefined-behavior
C++ pointer weird undefined behaviour
Apr 17, 2026
c++
pointers
undefined-behavior
What sequence of operations could possibly have `int i = 1; f(i++, i);` invoke `f(2, 2)`?
Apr 15, 2026
c++
c++17
undefined-behavior
sequence-points
Undefined behaviour or not undefined behaviour
Apr 15, 2026
c
language-lawyer
undefined-behavior
Is accessing static class member via unitilialized pointer UB?
Apr 14, 2026
c++
static
language-lawyer
undefined-behavior
Debug vs Release behavior mystery in VC++ 6.0
Apr 13, 2026
c++
visual-c++
undefined-behavior
Confused by undefined C++ shift operator behavior and wrapping "pattern space"
Apr 11, 2026
c++
undefined-behavior
bit-shift
In the C++ standard, paragraph 6.7.3.5, what does "depends on the side effects" mean?
Apr 10, 2026
c++
language-lawyer
undefined-behavior
lifetime
iso
What is the fastest way to write a IEEE-754 compliant double/float division in C++?
Apr 09, 2026
c++
division
undefined-behavior
ieee-754
divide-by-zero
setting pointer to variable declared in local scope in C
Mar 28, 2026
c
language-lawyer
undefined-behavior
lifetime
What is "[core] language undefined behavior" as opposed to "undefined behavior"?
Mar 28, 2026
c++
language-lawyer
c++20
undefined-behavior
c++23
SSIS Multicast Issue: Weird behavior
Mar 26, 2026
ssis
multicast
undefined-behavior
Is `reinterpret_cast` on `this` inside union-like class an undefined behavior?
Mar 24, 2026
c++
undefined-behavior
unions
What is the definition of bitwise operators in C++?
Mar 24, 2026
c++
undefined-behavior
language-lawyer
Is it ok to treat multidimensional std::array as continuous block of data?
Mar 22, 2026
c++
undefined-behavior
stdarray
Unexpected printf output [duplicate]
Mar 22, 2026
c
output
printf
c-strings
undefined-behavior
Is shifting 0 to the left considered undefined behavior in C?
Mar 19, 2026
c
language-lawyer
standards
undefined-behavior
Can ForwardIterator and OutputIterator in C++ standard algorithms be the same?
Mar 18, 2026
c++
stl
undefined-behavior
std::map erase - pass iterator to wrong map
Mar 17, 2026
c++
language-lawyer
undefined-behavior
stdmap
Older Entries »