What happens when you assign one variable to another in C++.
Do primitive types (int, double, bool, etc.) behave differently than classes/structs? What about arguments to a function, are they copies or references?
It's essential to know these things well, otherwise you will encounter many errors while programming in C++ (and they can be quite difficult to debug). If you are used to programming in another language like Java or C#, then you will probably be a bit surprised!😉
Don't worry though, this video will help you understand copying fundamentals in C++ - even if you are a beginner 😁