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
What treatment can a pointer undergo and still be valid?
Sep 16, 2022
c
pointers
undefined-behavior
Ramifications of C++20 requiring two's complement
Nov 07, 2022
c++
undefined-behavior
twos-complement
c++20
How to implement fast inverse sqrt without undefined behavior? [duplicate]
Nov 09, 2022
c++
undefined-behavior
strict-aliasing
Is it Undefined Behaviour to cast away the constness of a function parameter?
Mar 09, 2017
c
casting
constants
undefined-behavior
language-lawyer
Function call with pointer to non-const and pointer to const arguments of same address
Sep 18, 2022
c++
c
constants
undefined-behavior
Virtual destructor and undefined behavior
Sep 25, 2022
c++
undefined-behavior
virtual-destructor
Android debugger hides local variable
May 13, 2022
java
android
debugging
undefined-behavior
Decrementing a pointer out of bounds; incrementing it into bounds [duplicate]
Sep 24, 2022
c
pointers
undefined-behavior
reinterpret_cast bug or UB? [duplicate]
Oct 01, 2022
c++
language-lawyer
undefined-behavior
reinterpret-cast
Is Type name = name; ever useful in C++?
Sep 18, 2019
c++
variables
initialization
declaration
undefined-behavior
Are memory leaks "undefined behavior" class problem in C++?
Jul 07, 2022
c++
memory-management
memory-leaks
undefined-behavior
Is it undefined behaviour to call a function with pointers to different elements of a union as arguments?
Nov 19, 2022
c
language-lawyer
undefined-behavior
unions
type-punning
Array pointer aliasing - undefined behavior?
Sep 17, 2022
c
undefined-behavior
pointer-aliasing
How do I convert an arbitrary double to an integer while avoiding undefined behavior?
Aug 30, 2022
c++
type-conversion
language-lawyer
undefined-behavior
reinterpret_cast, char*, and undefined behavior
Sep 17, 2022
c++
language-lawyer
undefined-behavior
c++17
reinterpret-cast
Is infinite loop still undefined behavior in C++ if it calls shared library?
Sep 17, 2022
c++
infinite-loop
undefined-behavior
How can I avoid wasteful copying of keys in a B-tree based STL-like map?
Mar 25, 2021
c++
c++11
move
undefined-behavior
b-tree
Function parameters evaluation order: is it UB if we pass reference?
Sep 16, 2022
c++
language-lawyer
undefined-behavior
Why does unsigned char have different default initialization behaviour than other data types?
Sep 07, 2022
c++
char
initialization
undefined-behavior
Accessing same-type inactive member in unions
Sep 27, 2022
c++
undefined-behavior
unions
« Newer Entries
Older Entries »