Home Segments Index Top Previous Next

28: Mainline

At this point, you have seen sample uses of two C++ operators: the multiplication operator and the output operator. These particular operators are built-in functions that work on inputs supplied to them according to the conventions of arithmetic: such functions are interspersed among their inputs, and those inputs are called operands.