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
Is this undefined C behaviour?
Sep 23, 2022
c
undefined-behavior
How does pointer comparison work in C? Is it ok to compare pointers that don't point to the same array?
Sep 14, 2022
c
pointers
heap-memory
undefined-behavior
memory-layout
Why is it undefined behavior to delete[] an array of derived objects via a base pointer?
Sep 01, 2022
c++
undefined-behavior
dynamic-arrays
delete-operator
Incorrect cast - is it the cast or the use which is undefined behavior
Sep 01, 2022
c++
casting
language-lawyer
undefined-behavior
When is casting between pointer types not undefined behavior in C?
Sep 18, 2022
c
casting
undefined-behavior
A question about union in C - store as one type and read as another - is it implementation defined?
Aug 31, 2022
c
undefined
undefined-behavior
unions
const member and assignment operator. How to avoid the undefined behavior?
Aug 31, 2022
c++
constants
undefined-behavior
assignment-operator
Function optimized to infinite loop at 'gcc -O2'
Aug 31, 2022
c
gcc
optimization
undefined-behavior
How to explain undefined behavior to know-it-all newbies?
Aug 30, 2022
c++
undefined-behavior
gcc-4.9 Undefined Behavior Sanitizer
Dec 16, 2021
c++
gcc
undefined-behavior
gcc4.9
Realloc on NULL-valued (or undefined) pointer
Aug 30, 2022
c
undefined-behavior
realloc
C++ delete - It deletes my objects but I can still access the data?
Aug 30, 2022
c++
pointers
undefined-behavior
delete-operator
c++-faq
32 bit unsigned multiply on 64 bit causing undefined behavior?
Aug 22, 2022
c
undefined-behavior
With C++11, is it undefined behavior to write f(x++), g(x++)?
Jun 19, 2022
c++
c++11
expression
undefined-behavior
No warning or error (or runtime failure) when contravariance leads to ambiguity
Oct 19, 2022
c#
.net
undefined-behavior
contravariance
ambiguity
Setting extra bits in a bool makes it true and false at the same time
Aug 29, 2022
c++
boolean
undefined-behavior
evaluation
abi
Does sscanf("123456789123456789123456789", "%d", &n) have defined behavior?
Sep 11, 2022
c
scanf
undefined-behavior
In C++11, does `i += ++i + 1` exhibit undefined behavior?
Aug 29, 2022
c++
c++11
language-lawyer
undefined-behavior
Is this a compiler optimisation bug, or an undefined behaviour?
Aug 28, 2022
c++
visual-studio-2010
visual-studio
compiler-optimization
undefined-behavior
Why does left shift operation invoke Undefined Behaviour when the left side operand has negative value?
Aug 28, 2022
c++
c
language-lawyer
undefined-behavior
bit-shift
« Newer Entries
Older Entries »