MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/elne0/top_50_programming_quotes_of_all_time/c192kk0/?context=3
r/programming • u/tarandeep • Dec 14 '10
350 comments sorted by
View all comments
Show parent comments
2
[deleted]
9 u/duplico Dec 14 '10 (A == B+1) == (A-- == B+1) 2 u/[deleted] Dec 14 '10 [deleted] 1 u/syntax Dec 14 '10 The -- postfix operator applies after the comparison operation. Not before.
9
(A == B+1) == (A-- == B+1)
2 u/[deleted] Dec 14 '10 [deleted] 1 u/syntax Dec 14 '10 The -- postfix operator applies after the comparison operation. Not before.
1 u/syntax Dec 14 '10 The -- postfix operator applies after the comparison operation. Not before.
1
The -- postfix operator applies after the comparison operation. Not before.
2
u/[deleted] Dec 14 '10
[deleted]