Operators in C++
Channel:
Subscribers:
2,670
Published on ● Video Link: https://www.youtube.com/watch?v=qTyc9JTVfKw
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.
Other Videos By Bill Kerney
2023-02-10 | Ethics and Computer Science |
2023-02-08 | C++ Unordered Maps (Hashu Mappu!!!) |
2023-02-08 | Logical Implications |
2023-02-06 | Debugging Tactics for C++ |
2023-02-06 | Valid, Invalid, and Sound Arguments |
2023-02-06 | Emu War Speech |
2023-02-03 | C++ Iterators and Ranges in the Standard Library |
2023-02-03 | Learning to Program With Scratch |
2023-02-01 | Makefiles & Separate Compilation in C++ |
2023-02-01 | Why ChatGPT is Not a Threat to Academia / Theories of Truth |
2023-01-30 | Operators in C++ |
2023-01-30 | What is Truth? |
2023-01-27 | How to approach a project and the C++ Rule of Three |
2023-01-27 | Evaluating Claims / Truth Tables |
2023-01-25 | Evaluating Claims |
2023-01-25 | C++ Smart Pointers and Inheritance |
2023-01-24 | C++ Class Design: Invariants, Friends, and Operators |
2023-01-20 | C++: "Proper" Class Design |
2023-01-11 | Basic C++ in 80 minutes |
2023-01-11 | Fizzbuzz in six seconds |
2023-01-09 | Welcome to CSCI 41 - Data Structures |