Section 14.9 Word Matching Exercise
operator+
operator<
operator[](int)
operator+=
operator<<
operator>>
operator++(int)
operator++()
is the function name for the postincrement operator. | |
is the function name for the preincrement. | |
is the function name for the operator +. | |
is the function name for the operator <. | |
is the function name for the subscript operator. | |
is the function name for the augmented addition assignment operator. | |
is the function name for the stream insertion operator. | |
is the function name for the stream extraction operator. |