Lesson 10 - Overloading operators in C++
In the previous lesson, Static Class Members in C++, we introduced static class members in C++. In today's C++ tutorial, we'll talk about overloading operators in C++ and declare some.
Operators
What's an operator? Operators are operations that we execute in code using
special syntax. You already know almost all the operators - arithmetic
operations with numbers, binary operations, increments and many others. We can
redefine this special syntax (+
, &&
, etc) and
implement their function for our own data types. For a list of all C++
operators, see
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll look at overloading operators in C++ for our custom objects.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.