Operators in C++

Channel:
Subscribers:
2,670
Published on ● Video Link: https://www.youtube.com/watch?v=qTyc9JTVfKw



Duration: 43:11
182 views
0


If you want your classes to be able to do things like + (add them together) or cout or cin or whatever, operators are your friend!

The only tricky bit about them is that there's three different ways of doing them, and the syntax looks slightly different each of the three ways.