I have never understood a topic this well mam....thank u so much
@meenavinoth12933 жыл бұрын
Mam nala understand panA mudiuthu ..mam thanks a lot mam
@stormsniper30763 жыл бұрын
Super video
@reporterdinesh49773 жыл бұрын
Complex (const Complex &c1) இதுதான correct mam for copy constructor? I mean copy constructor la reference variable c nu koduthurukkinga but c1 nu தான கொடுக்கணும்
@LogicFirstTamil3 жыл бұрын
The name we give in the function argument doesn't matter. It can be c or c1. c1 that is being passed from main function will be copied to the constructor parameter. You can give c1 or c. Here we are copying the reference.
@reporterdinesh49773 жыл бұрын
@@LogicFirstTamil thank you for your reply. your videos really good ...programming என்றாலே புரியாமல் இருந்த நான் இப்பொழுது மிகவும் நன்றாக தெள்ள தெளிவாகப் புரிகிறது. 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 Keep rocking... Can you update data structure videos in Tamil?
@LogicFirstTamil3 жыл бұрын
Thank you. I am glad that it helped you. I will be uploading DS. But need more time for that. After java n python.
@AjayKumar-ls8oi3 жыл бұрын
1)Mam 2:04 why &c potrukinga anga address of ye podringanu sollalye mam.?... 2)than anga constant kudukalana answer differ aaguma?
@LogicFirstTamil3 жыл бұрын
copy constructor should be const and also only ref is to be passed. u can read more about the reasons here if interested www.google.com/amp/s/www.geeksforgeeks.org/copy-constructor-in-cpp/amp/
@mevsworldmusic3 жыл бұрын
Upload more videos 🤘
@balajita63823 жыл бұрын
In my class for copy constructor they have used string and copy command
@LogicFirstTamil3 жыл бұрын
concept is the same. it depends on wat data u want to copy.
@joelj66735 ай бұрын
how we access display function from outside class without friend function or function declaration in class
@balamurugan87762 ай бұрын
This public variable. So we can access. Only private variable we need friend function
Yes. Some times there would be a need to do so. Like copying some profile info/cart items etc,..
@sharvesh.c37942 жыл бұрын
@@LogicFirstTamil ok Thank you please interact likethis forever with subscribers❤️
@sathishg36363 жыл бұрын
Mam I can't use complex as class name it shows error.can you please explain me?
@LogicFirstTamil3 жыл бұрын
paste the code and also the complete error msg
@sathishg36363 жыл бұрын
@@LogicFirstTamil sorry mam I think that problem is with my dev c++ ide then it shows errors now it was working perfectly. 🙏thank you for your response.. I have been watching your videos since a month, your teaching is amazing👏 i could understand very well...keep going mam👍..
@LogicFirstTamil3 жыл бұрын
@@sathishg3636 Good then. Pls share with your friends too.