C++ Tutorial 20 - References, operators & friends

C Tutorial 20 - References, operators & friends In this video I will explain how to use references an alternative to pointers, how to overload operators like plus, minus etc. and how to create friend functions. Source code: Great C books that I recommend for beginners: C Without Fear: A Beginner’s Guide That Makes You Feel Smart (3rd Edition) C Primer Plus (6th Edition) (Developer’s Library) Programming: Principles and Practi
Back to Top