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
Are there sequence points in the expression a^=b^=a^=b, or is it undefined?
Oct 15, 2022
c
undefined-behavior
sequence-points
compound-assignment
Why I got "operation may be undefined" in Statement Expression in C++?
Mar 24, 2018
c++
expression
sequence-points
Sequence points and side effects: Quiet change in C11?
Jul 03, 2022
c
c99
undefined-behavior
c11
sequence-points
Is there a sequence point between these assignments?
Sep 25, 2022
c
undefined-reference
sequence-points
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
Shift operands sequenced in C++17
Dec 26, 2020
c++
language-lawyer
c++17
sequence-points
Unsequenced value computations (a.k.a sequence points)
Nov 12, 2022
c++
language-lawyer
side-effects
sequence-points
Is moving twice in a single full expression allowed
May 26, 2016
c++
c++11
move-semantics
sequence-points
C++11 without sequence point?
Sep 17, 2022
c++
c++11
deprecated
sequence-points
Bit-fields and sequence points
Sep 16, 2022
c
c99
bit-fields
sequence-points
c11
Does int a=1, b=a++; invoke undefined behavior?
Nov 27, 2021
c
language-lawyer
undefined-behavior
sequence-points
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
Is this code well-defined?
Jul 02, 2022
c++
operator-precedence
sequence-points
How do Prefix (++x) and Postfix (x++) operations work?
Sep 03, 2022
c#
c++
c
sequence-points
sequence points in c
Sep 02, 2022
c
sequence-points
Is value of x*f(x) unspecified if f modifies x?
Oct 09, 2022
c++
c
c++03
operator-precedence
sequence-points
In C99, is f()+g() undefined or merely unspecified?
Mar 14, 2022
c
c99
undefined-behavior
sequence-points
unspecified-behavior
Why is a = (a+b) - (b=a) a bad choice for swapping two integers?
Oct 23, 2022
c++
c
swap
undefined-behavior
sequence-points
Undefined behavior and sequence points reloaded
Aug 02, 2022
c++
undefined-behavior
c++-faq
sequence-points
Why are these constructs using pre and post-increment undefined behavior?
Aug 13, 2022
c
increment
undefined-behavior
operator-precedence
sequence-points
« Newer Entries
Older Entries »