Skip to content

Latest commit

 

History

History
115 lines (77 loc) · 2.57 KB

File metadata and controls

115 lines (77 loc) · 2.57 KB
title Expressions with Binary Operators | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
operators [C++], binary
binary operators
expressions [C++], binary operators
ms.assetid 6dea3df4-a4bd-42c3-9807-4a27c120ac9a
caps.latest.revision 7
author mikeblome
ms.author mblome
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

Expressions with Binary Operators

Binary operators act on two operands in an expression. The binary operators are:

See Also

Types of Expressions