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 unspecified-behavior
Sequence points when calling functions in C and undefined/unspecified behaviour
Dec 11, 2022
c
undefined-behavior
language-lawyer
sequence-points
unspecified-behavior
Should an empty base class affect the layout of the derived class?
Oct 05, 2019
c++
standards
unspecified-behavior
Can expression using pointers causing unspecified (not undefined!) behaviour be used in constexpr context?
Aug 03, 2021
c++
c++11
language-lawyer
constexpr
unspecified-behavior
How to catch undefined behaviour in function argument initialization
Sep 07, 2022
c++
undefined-behavior
unspecified-behavior
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 bit-shift in two steps?
Aug 28, 2022
c
linux
bit-manipulation
unspecified-behavior
Is pointer comparison undefined or unspecified behavior in C++?
Sep 11, 2022
c++
pointers
undefined-behavior
unspecified-behavior
Does C++14 define the behavior of bitwise operators on the padding bits of unsigned int?
Nov 02, 2022
c++
c++14
bitwise-operators
unsigned-integer
unspecified-behavior
Is there any tool for C++ which will check for common unspecified behavior?
Mar 31, 2013
c++
unspecified-behavior
Unspecified, undefined and implementation defined behavior WIKI for C
Oct 18, 2022
c
undefined-behavior
unspecified-behavior
C++ cout side-effect sequencing
Nov 06, 2019
c++
sequence-points
unspecified-behavior
Is there a sequence point between a function call returning an object and a method call on that object?
Oct 21, 2022
c++
sequence-points
unspecified-behavior
Is there a reason why implementations allow instantiation of std::complex with unsupported types
Feb 01, 2022
c++
language-lawyer
c++20
complex-numbers
unspecified-behavior
Why does a main function without a return statement return value 12?
May 09, 2019
c
linux
unspecified-behavior
Is it unspecified behavior to compare pointers to different arrays for equality?
Sep 13, 2022
c++
pointers
standards
unspecified-behavior
Strange values while initializing array using designated initializers
Sep 13, 2022
c
arrays
runtime-error
designated-initializer
unspecified-behavior
Is it undefined behaviour if multiple operands in a compound expression modify the same object?
Aug 17, 2022
c++
c++11
undefined-behavior
language-lawyer
unspecified-behavior
How to implement memmove in standard C without an intermediate copy?
Sep 01, 2022
c
c99
undefined-behavior
unspecified-behavior
Can I take the address of a function defined in standard library?
Aug 31, 2022
c++
language-lawyer
c++-standard-library
c++20
unspecified-behavior
Is "-1>>5;" unspecified behavior in C?
Aug 31, 2022
c
gcc
bit-manipulation
language-lawyer
unspecified-behavior
Older Entries »