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
Can Valgrind catch all sorts of undefined behaviour?
Dec 18, 2022
c++
valgrind
undefined-behavior
Strange parameter passing - is this safe?
Dec 19, 2022
c++
undefined-behavior
Why does increment operation like "a[i] = i++;" result in undefined behavior? [duplicate]
Dec 18, 2022
c++
undefined-behavior
sequence-points
Why doesn't this for loop stop? [duplicate]
Dec 16, 2022
c++
arrays
for-loop
undefined-behavior
Is this undefined behavior in C? (c=x) + (c==y)
Dec 14, 2022
c
undefined-behavior
Is there valid "use cases" for Undefined Behaviour?
Dec 13, 2022
c++11
undefined-behavior
Why can I populate variables through a std::map before main()?
Dec 14, 2022
c++
c++11
initialization
undefined-behavior
stdmap
Following C code compiles and runs, but is it undefined bahaviour?
Dec 12, 2022
c
pointers
undefined-behavior
Sequence points when calling functions in C and undefined/unspecified behaviour
Dec 11, 2022
c
undefined-behavior
language-lawyer
sequence-points
unspecified-behavior
undefined behavior in conditional operator
Dec 10, 2022
c++
iterator
valgrind
undefined-behavior
conditional-operator
Undefined behavior beyond the max index of an array
Dec 09, 2022
c
arrays
undefined-behavior
How will be operands inside (a += 3, 5, a) are going to dealt or caculated in order to print the value of "a"?
Dec 08, 2022
c
undefined-behavior
Is the behaviour of the compiler undefined, with Undefined Behaviour?
Dec 08, 2022
c++
language-lawyer
undefined-behavior
Does the following code invoke Undefined Behavior?
Dec 07, 2022
c++
undefined-behavior
Index variable (_i) in for loops?
Dec 07, 2022
coffeescript
undefined-behavior
Is negating INT_MIN undefined behaviour?
Dec 04, 2022
c
c99
undefined-behavior
c89
Why/how does gcc compile the undefined behaviour in this signed-overflow test so it works on x86 but not ARM64?
Dec 05, 2022
c
gcc
undefined-behavior
integer-overflow
arm64
Is INT_MAX + (-1) an undefined behavior?
Dec 02, 2022
c++
undefined-behavior
integer-overflow
Why does C not define minimum size for an array?
Dec 03, 2022
c
arrays
undefined-behavior
Why does this code print 1 2 2 and not the expected 3 3 1? [duplicate]
Dec 02, 2022
c
language-lawyer
undefined-behavior
sequence-points
order-of-execution
« Newer Entries
Older Entries »