A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hello,
as already said, there is no ?= or ?>> operator in C++. Have a look at the operators that exist: operators
Regards, Guido