SpiceQA
Questions
Tags
Users
Badges
sequence-points
23 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Does writing the new value form part of the "value computation" of a pre-increment expression, or is it a "side effect"?
user_560648
0
•
asked Oct 22, 2019
4
2
150
c++17
sequence-points
language-lawyer
c++11
c++
Sequencing sanity check
user_1386054
0
•
asked Dec 21, 2018
4
1
75
sequence-points
c++
Behaviour of arr[i] = i++ and i = i + 1 statements in C and C++
user_7035151
0
•
asked Jun 3, 2017
18
5
2115
c++14
sequence-points
undefined-behavior
c
c++
Which compilation flags should I use to avoid run time errors
user_3512538
0
•
asked May 14, 2017
8
1
804
compiler-flags
sequence-points
compiler-warnings
c
c++
Swapping Values with XOR
user_3145646
0
•
asked Dec 30, 2013
3
3
400
sequence-points
undefined-behavior
swap
bit-manipulation
c
Why is a = (a+b) - (b=a) a bad choice for swapping two integers?
user_2412425
0
•
asked Dec 27, 2013
57
10
8450
sequence-points
undefined-behavior
swap
c
c++
Is this code well defined?
user_383306
0
•
asked Jul 14, 2011
8
2
228
sequence-points
operator-precedence
c++11
c++
Does placement-new introduce a sequence point?
user_252000
0
•
asked Jun 27, 2011
12
5
204
side-effects
sequence-points
exception
constructor
c++
Is the comma in a variable list a sequence point?
user_229686
0
•
asked Jun 20, 2011
23
2
1329
sequence-points
comma-operator
variables
c++
In C99, is f()+g() undefined or merely unspecified?
user_139746
0
•
asked Oct 16, 2010
54
3
1536
sequence-points
unspecified-behavior
undefined-behavior
c99
c
Prev
Prev
1
2
(current)
3
Next
Next
Hot Questions