RAD Studio
ContentsIndex
PreviousUpNext
Binary Operators

This section contains Binary Operator topics.

Name 
Description 
These are the binary operators in CodeGear C++:  
Syntax  
The operators specific to C++ are:  
There are two equality operators: == and !=. They test for equality and inequality between arithmetic or pointer values, following rules very similar to those for the relational operators.
Note: Notice that ==
and != have a lower precedence than the relational operators < and >, <=, and >=. Also, == and != can compare certain pointer types for equality and inequality where the relational operators would not be allowed. The syntax is  
Syntax  
Syntax  
Syntax  
Syntax  
Syntax  
Syntax  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!