|
|
Expressions and operators |
Expressions and operators in C are well-known Similar to the means of expression in most other languages in C family |
|
|
C++ adds three new operators ( .*, ->*, ::) of which the scope operator :: is the most important ( .* and ->* are special operators that binds pointer to members to a particular object ) |