It is mentioned briefly here: https://www.learncpp.com/cpp-tutorial/overloading-the-subscript-operator/ 0 Reply LLY June 2, 2024 7:11 am PDT Hi Alex, in "Returning *this" section: "First, calc.add(5) is called, which adds 5 to m_value. add() then returns *this, which is...