| title |
operator + | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
+ operator, syntax |
+ operator |
arithmetic operators [C++], addition |
operators [MASM], arithmetic |
|
| ms.assetid |
89e31a6e-2f68-4481-b394-1348e14e4653 |
| caps.latest.revision |
6 |
| author |
corob-msft |
| ms.author |
corob |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
The first operator returns expression1 plus expression2. The second operator reverses the sign of expression.
expression1 + expression2
-expression
Operators Reference