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
reinterpret_cast unsigned char* as uint64_t* - is this UB?
Jun 27, 2022
c++
undefined-behavior
Implementing a std::vector like container without undefined behavior
Apr 01, 2021
c++
memory-management
language-lawyer
undefined-behavior
Is it ok to do printing/logging in global object constructor or it's an undefined behavior?
Dec 12, 2021
c++
constructor
global-variables
iostream
undefined-behavior
C++11: string(50, 'x') versus string{50, 'x'}
Oct 26, 2022
c++11
constructor
undefined-behavior
initializer
C++: call pure virtual function from member function of same class
Sep 15, 2022
c++
undefined-behavior
pure-virtual
Threshold an absolute value
Sep 14, 2022
c++
c
language-lawyer
undefined-behavior
micro-optimization
Is over/underflow an undefined behavior at execution time?
Oct 31, 2022
c++
c
undefined-behavior
integer-overflow
Is comparing to a pointer one element past the end of an array well-defined?
Oct 27, 2022
c
arrays
pointers
undefined-behavior
C standard regarding pointer arithmetic outside arrays
Aug 31, 2022
c
pointers
math
standards
undefined-behavior
How does an uninitialized variable get a random value?
Nov 05, 2022
c
undefined-behavior
initialization
Why does returning a reference to a automatic variable work?
Jun 29, 2022
c++
reference
return
undefined-behavior
Filling a std::array at compile time and possible undefined behaviour with const_cast
Feb 03, 2022
c++
c++14
undefined-behavior
constexpr
const-cast
How to catch undefined behaviour in function argument initialization
Sep 07, 2022
c++
undefined-behavior
unspecified-behavior
Out of the bounds in C++ and undefined behaviour
Aug 28, 2022
c++
language-lawyer
undefined-behavior
Is (++i)++ undefined behavior?
Jan 31, 2022
c++
c++11
language-lawyer
undefined-behavior
sequence-points
Undefined behavior causing time travel
Dec 02, 2021
c++
undefined-behavior
Does calling printf without a proper prototype invoke undefined behavior?
Oct 30, 2017
c
printf
language-lawyer
undefined-behavior
function-prototypes
Does this code produce Undefined Behavior or it is merely Unspecified Behavior?
Oct 30, 2022
c++
undefined-behavior
primitive-types
unspecified-behavior
static-order-fiasco
Why worry about 'undefined behavior' in >> of signed type?
Feb 06, 2022
c++
c
hardware
bit-manipulation
undefined-behavior
Is SSE2 signed integer overflow undefined?
Dec 22, 2019
c
language-lawyer
undefined-behavior
sse2
« Newer Entries
Older Entries »