Skip to content

Latest commit

 

History

History
53 lines (49 loc) · 993 Bytes

File metadata and controls

53 lines (49 loc) · 993 Bytes
title operator + | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
+
operator +
dev_langs
C++
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

operator +

The first operator returns expression1 plus expression2. The second operator reverses the sign of expression.

Syntax

  
      expression1 + expression2  
-expression  

See Also

Operators Reference