Discussing the article: "From Basic to Intermediate: Operator Overloading (V)"

 

Check out the new article: From Basic to Intermediate: Operator Overloading (V).

In this article, we will look at how to modify the code to implement a solution entirely unlike what many consider possible in MQL5. Important note: To fully understand this material, you must have a solid grasp of the concepts covered in the previous articles.

In the previous article From Basic to Intermediate: Operator Overloading (IV), we got our “baptism by fire” in the field of operator overloading. That article demonstrated that operator overloading has certain limitations. However, despite these limitations, they in no way prevent us from using operator overloading to make the code more readable and understandable to anyone.

There is one last question I would like to address in this article—perhaps the last in this series on operator overloading at the most basic and simple level.

I want to explore using various overloaded operators together to implement an application in a rather symbolic, yet much more understandable form. At least, that is how I see it.

Since the topic we are discussing here is quite broad and, at the same time, quite in-depth, let's get right to the point. It is time to set aside anything that might distract you and focus entirely on the content of this article.

From Basic to Intermediate: Operator Overloading (V)


Author: CODE X