Комментарии:
If you have any questions, please put them here. I'd be happy to answer them.
ОтветитьVery clear explanation!
Ответитьthanq bhava
Ответитьyour explain is very simple , thank you
ОтветитьA very nice explanation .. :)
ОтветитьYour videos are the best I have come across on C++ you take the time to thoroughly explain what is going on and why.
ОтветитьThanks a lot, I have a question, why do we use return by reference in the operator =, I know if we are returning with value (a = b) = c does not work (not compiler error,) value of b will assignment in a but value of c does not assignment to a,why does it not work,Can you explain to me in depth what exactly is going on.
ОтветитьGreat explanations! Thank you
ОтветитьAmazing tutorial!
Most reference pages and tutorials lack the graphics for understanding the underlying memory concepts.
Thank you.
Superb explanation!!! Hats off to u sir 🎩
ОтветитьSuch a detailed explanation, really good job.
Ответитьgreat visuals and explanation!
Ответитьvery helpful, thanks for the effort.
ОтветитьNice video, going up from basic to the intricate parts of the feature.
ОтветитьThough this (using references) seems to be a standard way of returning a value efficient ly, how does c++ handles the reference when it is assigned to an object because we are assigning a reference to an object - not to a reference object.
Ответитьthank you for the help. idk why but this video clicked so well with me.
ОтветитьHello sir, I have two questions. Do we have to use "this" inside the operator= function? Can't we omit it and say, size=rhs.size instead?
Also in my textbook, the Vector& operator= function is written as : const Vector& operator= . What is the use of const there and why?
Thanks for the video by the way. Great explanation :) Best wishes
Super useful to understand the concept. The diagram is really helpful to grab how the memory is managed. Thank a lot.
Ответитьyour explanation is the best , is very clear tnx sir
ОтветитьAmazing video, this finally just made it simpler than I ever though ti was
ОтветитьThank you for helping us!
Ответить