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 compound-assignment
Advantage of using compound assignment
Jan 04, 2023
c
c11
compound-assignment
Are compound statements lvalue (or rvalue) in C?
Dec 18, 2022
c
compound-assignment
Compound assignment operators, what happens if the value is modified (in the meanwhile)?
Oct 22, 2022
language-agnostic
programming-languages
operators
pseudocode
compound-assignment
Is there a compound assignment operator for a = b <operator> a (where <operator> is not commutative)?
Sep 18, 2022
programming-languages
compound-assignment
compound-operator
How is A *= B *= A *= B evaluated?
Aug 26, 2022
java
operators
order-of-execution
compound-assignment
ObjC properties and C operators
Jan 19, 2022
objective-c
properties
operators
increment
compound-assignment
Purpose of subsequent use of OR and AND compound assignment operators on registers
Oct 06, 2022
c
embedded
compound-assignment
Assigning using += gives NaN in javascript
May 23, 2022
javascript
nan
compound-assignment
Why is there no &&= operator in Java? [duplicate]
Jan 03, 2017
java
conditional-operator
assignment-operator
short-circuiting
compound-assignment
Auto-(un)boxing fail for compound assignment
May 10, 2020
java
compiler-errors
autoboxing
implicit-conversion
compound-assignment
What is the difference between += and =+ C assignment operators [duplicate]
Feb 27, 2018
c
assignment-operator
compound-assignment
What does "|=" operation mean in C++?
Aug 15, 2019
java
c++
operators
ternary-operator
compound-assignment
Why doesn't compound assignment in Java catch overflow problems?
Mar 25, 2022
java
integer-overflow
compound-assignment
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
Is i += ++i undefined behavior in C++0x?
Sep 21, 2022
c++
c++11
undefined-behavior
compound-assignment
Is *p++ += 2 well defined?
Nov 04, 2022
c++
c
pointers
post-increment
compound-assignment
What does compound let/const assignment mean?
May 20, 2021
javascript
bluebird
compound-assignment
Java boolean |= operator
May 10, 2022
java
operators
specifications
boolean-expression
compound-assignment
Difference between string += s1 and string = string + s1
Sep 11, 2022
c++
performance
stdstring
compound-assignment
Varying behavior for possible loss of precision
Apr 03, 2016
java
implicit-conversion
compound-assignment
Older Entries »