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
Fun with uninitialized variables and compiler (GCC)
Jul 06, 2021
c++
gcc
compiler-construction
undefined-behavior
initialization
Is calling std::min on an empty initializer list (and explicitly specifying the type) undefined behavior?
Sep 11, 2018
c++
c++11
c++14
undefined-behavior
stl-algorithm
Incrementing a variable used twice in an initializer list - undefined behavior?
Aug 15, 2022
c++
c
undefined-behavior
initializer
Does a memory leak cause undefined behaviour? [duplicate]
Sep 13, 2022
c++
memory-management
memory-leaks
undefined-behavior
Does casting a T pointer to a T' pointer and back yield the original pointer if T' is an incomplete type?
Aug 29, 2022
c
pointers
casting
undefined-behavior
constexpr undefined behaviour
Oct 14, 2018
c++
undefined-behavior
c++11
language-lawyer
What's the difference in undefined behavior between C++03 and C++11?
Nov 12, 2022
c++
c++11
undefined-behavior
c++03
Order of evaluation and undefined behaviour
Nov 13, 2022
c++
c++11
sequence
increment
undefined-behavior
Zero-cost properties with data member syntax
Nov 08, 2022
c++
language-lawyer
union
undefined-behavior
unions
Does int a=1, b=a++; invoke undefined behavior?
Nov 27, 2021
c
language-lawyer
undefined-behavior
sequence-points
Does the ternary operator short circuit in a defined way
Mar 14, 2022
c++
undefined-behavior
conditional-operator
short-circuiting
Mixing class and struct
Nov 09, 2022
c++
class
struct
undefined-behavior
Does "undefined behaviour" extend to compile-time?
Aug 18, 2022
c++
c
runtime
undefined-behavior
compile-time
What is the right way to find the average of two values?
Sep 13, 2022
c
undefined-behavior
integer-overflow
Does the 'offsetof' macro from <stddef.h> invoke undefined behaviour?
Feb 09, 2022
c++
undefined-behavior
offsetof
Why is locking a std::mutex twice 'Undefined Behaviour'?
Sep 26, 2022
c++
c++11
mutex
undefined-behavior
Behaviour of arr[i] = i++ and i = i + 1 statements in C and C++
May 11, 2022
c++
c
c++14
undefined-behavior
sequence-points
Why does a consteval function allow undefined behavior?
Aug 25, 2022
c++
undefined-behavior
c++20
consteval
Returning a local partially initialized struct from a function and undefined behavior
Oct 26, 2020
c
struct
language-lawyer
undefined-behavior
c11
When a float variable goes out of the float limits, what happens?
Aug 15, 2021
c++
c
floating-point
undefined-behavior
numeric-limits
« Newer Entries
Older Entries »