Glossary entry

English term or phrase:

compound assignment operator

German translation:

Kombinierte Zuweisungsoperatoren

Added to glossary by Detlef Mahne (X)
Aug 26, 2008 04:58
15 yrs ago
English term

compound assignment operator

English to German Tech/Engineering Computers: Software C/C++ programming tool
Expression such as

number = number +2
number = number -3
number = number *6
.
variable = variable (exp)

can be written in the abbreviated form

variable = exp

Note: The parentheses in (exp) mean that the expression is always evaluated before

What's the German translation for this operator?

Thanx in advance!
Proposed translations (German)
5 +2 Kombinierte Zuweisungsoperatoren
Change log

Aug 30, 2008 07:17: Detlef Mahne (X) Created KOG entry

Proposed translations

+2
23 mins
Selected

Kombinierte Zuweisungsoperatoren

Die kombinierten Zuweisungsoperatoren kombinieren den Zuweisungsoperator mit einem anderen Operator:

* +=
* -=
* *=
* /=
* %=
* &=
* <<=
* >>=
* ^=
* |=

Dabei wird der linke Operator sowohl als linker Operator für die Zuweisung als auch für den anderen Operator verwendet.

Auf dieser Website kannst du alle weiteren Operatoren finden!
Peer comment(s):

agree sci-trans
1 hr
Danke!
agree Konrad Schultz
2 hrs
Danke!
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Thanx a lot! Even for this link!"
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search