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 sequence-points
operation on 'i' may be undefined [duplicate]
Feb 13, 2023
c
undefined-behavior
sequence-points
Does Java have undefined behavior like C++ does?
Dec 20, 2022
java
c++
undefined-behavior
side-effects
sequence-points
Why does increment operation like "a[i] = i++;" result in undefined behavior? [duplicate]
Dec 18, 2022
c++
undefined-behavior
sequence-points
Same code, different output in C# and C++
Dec 11, 2022
c#
c++
sequence-points
Sequence points when calling functions in C and undefined/unspecified behaviour
Dec 11, 2022
c
undefined-behavior
language-lawyer
sequence-points
unspecified-behavior
Why does this code print 1 2 2 and not the expected 3 3 1? [duplicate]
Dec 02, 2022
c
language-lawyer
undefined-behavior
sequence-points
order-of-execution
Is this "*ptr++ = *ptr + a" undefined behavior?
Dec 01, 2022
c++
c
sequence-points
Which issues have you encountered due to sequence points in C and C++?
Dec 02, 2022
c++
c
sequence-points
Does "(f(x))+g(y)" can make sure call f(x) first in C++?
Nov 30, 2022
c++
sequence-points
How to get VS or Xcode warning with something like "x = x++"?
Nov 06, 2022
c
visual-studio-2010
xcode4.3
undefined-behavior
sequence-points
C - Output explanation of printf("%d %d\n",k=1,k=3); [duplicate]
Oct 18, 2022
c
printf
variable-assignment
function-calls
sequence-points
Sequencing among a variadic expansion
Apr 27, 2022
c++
c++11
variadic-templates
variadic-functions
sequence-points
Is (a=1)=2 undefined behaviour in C++98?
Nov 10, 2022
c++
language-lawyer
undefined-behavior
c++98
sequence-points
What's wrong with this fix for double checked locking?
Jun 18, 2022
multithreading
locking
singleton
sequence-points
double-checked-locking
Is "int i = x++, j = x++;" legal?
Mar 03, 2022
c
initialization
operator-precedence
sequence-points
c - Why does i = ++i invoke undefined behaviour? [duplicate]
Feb 17, 2018
c
increment
undefined-behavior
operator-precedence
sequence-points
Why does the expression a = a + b - ( b = a ) give a sequence point warning in c++?
Mar 10, 2020
c++
operators
operator-precedence
sequence-points
Does *&++i cause undefined behaviour in C++03?
Sep 10, 2022
c++
language-lawyer
undefined-behavior
c++03
sequence-points
Any good reason why assignment operator isn't a sequence point?
Sep 08, 2022
c++
c
sequence-points
Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?
May 29, 2022
c
ternary-operator
sequence-points
Older Entries »