Current location - Education and Training Encyclopedia - Graduation thesis - C++ allows users to define new operators.
C++ allows users to define new operators.
C++ allows users to define new error operators.

In C++, we can overload existing operators, but we can't add new operators. But we can pretend to add new operators by overloading existing operators and operators.

C++ is a high-level computer programming language, which is the product of the expansion and upgrade of C language.