I'm so glad you made a video on smart pointers I really needed that and the explanation was really convincing. If possible kindly make a series on advance concepts of C++ which include all these topics like move, move copy constructor, rvalue , lvalue and all. Thanks for the video ♥️
Loved the way how the need was created and how it was explored to get done with these important concepts Di, would be better if the title is aligned also with concepts you and bhaiyya have taught in video!
it seems like you people have explained the same whatever has already written for unique smart pointer right.I appriciate your effort but you can explain the usage of smart pointer, I think you got it now
I have query, How move() Called function overloading defined in your uniqueptr class , when you said this function recieves ptr1 as && but how? should not we use ptr1.move() like ptr.reset()? so that it should call user defined move not std::move(). While explaining ->operator , you mentioned we dont have any function but we are using reset as function only ptr1.reset(), if we need to call it as ptr1->reset(), can we do it? one more , how to decide return *res or res and return type would be & or *? Any reference to understand this ..is can explain with diagram would be really helpful. Please prepare video for rvale and lvalue in detail. Thanks alot
Hi how to delete if we alocate array dyanamic memory Like uniqueptr ptr(new int[10]); Need to handle both single memory o heap and array of memory in heap using delete and delete[] functions
Actually there is a problem and the problem is this in original unique pointer we can create a unique pointer which points to the array and in your implementation this will be error can you tell me how I can implement this ?
@@shriramwarrior8936 we seen that DSA and oop is fine in c++ by all of us and lot of big folks also who working in big product based companies are code in c++ in their coding interviews but the problem is when u enter that company u will assign to backend majorly springboot means Java again those folks need to work in Java that's i need to convey am not degrading any language I love c++ than Java , telling about situation 🙏
Hello guys, When I tried to perform the mimicing of UniquePtr, especially the move copy constructor, I encounter the following error. Any help to fix would be great. error: comparison between distinct pointer types ‘UniquePtr*’ and ‘int*’ lacks a cast [-fpermissive] 37 | if(this != &ptr) {
A friendly advice from a developer(and a student too), your content is great but too much unnecessary meme clips in between that distract me a lot. When I am focusing on a particular line and understanding a concept, using my brain, carryminati comes on the screen and rotates his head 5 times, suddenly the line of code is gone and my chain of thoughts regarding the concept is just ruined in a second. Please understand that this is educational video not entertainment video. Thanks.
Hey, we have many students from all over the world - the site should be accessible. Can you please try again? If facing issues, please reach out to us at support@educosys.com . We will get it sorted asap. Thanks!
@@KeertiPurswaniIt was a typo, instead of courses i was writing course. Now i landed educosys site which i had already visited after watching your another video. Definitely i will purchase LLD, HLD and System design Course. Your way of explaining is awesome.kudos.
Correction RAII stands for "Resource Acquisition is Initialization" not "in". Its a misnomer and IMHO a terrible name to a very powerful concept in C++
The return type does not include the template type T because the return type is not dependent on the template parameter T. The return type is simply a reference to the current uniquePtr object, regardless of the type of object it manages. Correct me if I'm wrong.
I didn't understand the memory leak thing... He deleted the variable 'a' after that 'a' stored in the stack got deleted but still remains in the heap. When he deleted the memory was reduced it came to 757 KB and he said no leak How did this process happen? I just saw memory got reduced...
Exact same question I've. 1. As per your explanation of memory leak, the value in heap memory lies there i.e the pointer variable 'a' pointing to the value stored in heap memory is still there that's why memory leak happens. 2. Deleting pointer variable 'a' stored in stack memory will delete that particular space in stack memory which is occupied by 'a'. 3. But value in heap memory to which a'' was pointing, didn't get deleted as per my understanding. @keertiPurswani : can you please explain?
Current husband
Correct
What this Current husband means?😂 she will change it future or what ? no.She is very much commited yo him ♥️
class MoveBF {
private:
Husband* curr;
public:
MoveBF() : curr(nullptr) {}
void move(Boyfriend* before) {
if (before != nullptr) {
curr = before->getHusband();
before->setHusband(nullptr);
}
}
};
What is his name? And where he works?
@@siddharthkeshri5649 no one can decide future.
I came here to see her ex,
and now I'm learning c++ concepts didn't expected that😂
ex boyfriend 💔 but husband 😂😂😂
Best explanation for beginer. For me i still us pointer (as in C), because i like it too much.
RAII --> Resource Acquisition "Is" Initialization
First time impressed with the way of teaching!
The way you two people presenting is really Fantastic!!!!! Thanks a lot!!!!
He interrupts her when she speaks.
Ex Boyfriend >>> Current Husband
I'm so glad you made a video on smart pointers I really needed that and the explanation was really convincing. If possible kindly make a series on advance concepts of C++ which include all these topics like move, move copy constructor, rvalue , lvalue and all. Thanks for the video ♥️
Next video on smart pointers is up! Hope you like it 😇
Will cover other topics as well!!
Well Understanding Lot more advance concepts in c++ thank you
You should create a series of this. Loved the approach. Easily understandable.
Yas! New video is up! Hope you like it 😇❤️
next level clickbait
Whatever makes people study 🤷🏻♀️
Loved the way how the need was created and how it was explored to get done with these important concepts
Di, would be better if the title is aligned also with concepts you and bhaiyya have taught in video!
Another similar video is up, hope you like it ❤️😇
curious to know of the below call will do the same thing:
ptr.res =nullptr
delete ptr
ptr.reset()
in move copy ctor?
Thanks alot
Ah you got me, well what you said is right in literal
Please cover other c++ concept as well with your ex bf. His way of explanation is very nice.
New video up! Hope you like it! 😇❤️
Love your approach of teaching. You come up with novel approach every time.
Father of keerti. Sir keerti ma'am se refrral hi dilwa do
it seems like you people have explained the same whatever has already written for unique smart pointer right.I appriciate your effort but you can explain the usage of smart pointer, I think you got it now
Don't add random memes in between please 🙂
Your Videos Are really awesome Sir and Mam Really Appreciable :)
I have query, How move() Called function overloading defined in your uniqueptr class , when you said this function recieves ptr1 as && but how?
should not we use ptr1.move() like ptr.reset()?
so that it should call user defined move not std::move().
While explaining ->operator , you mentioned we dont have any function but we are using reset as function only ptr1.reset(), if we need to call it as ptr1->reset(), can we do it?
one more , how to decide return *res or res and return type would be & or *? Any reference to understand this ..is can explain with diagram would be really helpful.
Please prepare video for rvale and lvalue in detail.
Thanks alot
Saw this video thumbnail in my feed and it's was cringe clickbait for college students. Software engineering has become a joke by these influencers.
My Husband teaches me C++ ❌
My Ex-Boyfriend teaches me C++ ✔
Nice way to clickbait. (Saying just for fun. No hate 🙏)
Hi how to delete if we alocate array dyanamic memory
Like uniqueptr ptr(new int[10]);
Need to handle both single memory o heap and array of memory in heap using delete and delete[] functions
the way your husband explained things is really great.... do you guys have any plans for c/c++ bootcamp?
For now, it’s all free. Checkout the new video 😇
very helpful
Just a doubt ,are these high level concepts or used at fresher level coz haven't been taught all these in college?
They teach you in computer architecture in college.
Excellent explanation
Good videos need such more content related to cpp. Learned a lot of things while watching this video. Thankyou
Didi: clickbait aisi karo, ki 4 log click karein😂.
Btw i liked the content❤️
exposing family one by one ....
but loved the learning part
Learning is what matters in the end 😇
Actually there is a problem and the problem is this in original unique pointer we can create a unique pointer which points to the array and in your implementation this will be error can you tell me how I can implement this ?
Trust me the way he explain is really good. I wanted to see her ex bf and ended up watching his coding 😂
happy to see you both
Lovely. Happy to see you being taught
Hey Keerthi, may you have the universe with you following your heart!!All the very best to you.
Are C++ programmers in demand? I solved 100+ problems in Leetcode in C++. Please share your thoughts on C++ jobs.
Noo C++ is only for doing coding for jobs u want to learn Java for development jobs
@@coderprakash ok. Cool. Then why do people study OOPs and DSA in CPP?
@@shriramwarrior8936 we seen that DSA and oop is fine in c++ by all of us and lot of big folks also who working in big product based companies are code in c++ in their coding interviews but the problem is when u enter that company u will assign to backend majorly springboot means Java again those folks need to work in Java that's i need to convey am not degrading any language I love c++ than Java , telling about situation 🙏
@@shriramwarrior8936 * because of resources are more in c++ than Java that's one reason another is c++ is easier compared to Java 🤝
yes c++ is in demand because of its low latency. HFT and fintech companies which uses C++ to reduce latency
Hello guys,
When I tried to perform the mimicing of UniquePtr, especially the move copy constructor, I encounter the following error. Any help to fix would be great.
error: comparison between distinct pointer types ‘UniquePtr*’ and ‘int*’ lacks a cast [-fpermissive]
37 | if(this != &ptr) {
If he is ex--> currently I am available Keerti --> I like you v much❤
Abe husband hai woh unka
@@ujalavarshney480kya naam hai inke husband ka? And where he works?
5:04
Is he using vs code, if leaked yes then
How to get that memory graph 😮
Crazy Title 🤣
Is that guy from VECTOR India institute ?
Good content, just drop the meme part.
What is this IDE?
Keerti di aise behave kar rahei jaise kuch jante h na ho😂😂😂👌👌👌
A friendly advice from a developer(and a student too), your content is great but too much unnecessary meme clips in between that distract me a lot. When I am focusing on a particular line and understanding a concept, using my brain, carryminati comes on the screen and rotates his head 5 times, suddenly the line of code is gone and my chain of thoughts regarding the concept is just ruined in a second. Please understand that this is educational video not entertainment video. Thanks.
I am trying to hit the website what you have provided is not working.is it a problem because currently i am hitting from USA??
Hey, we have many students from all over the world - the site should be accessible. Can you please try again? If facing issues, please reach out to us at support@educosys.com . We will get it sorted asap. Thanks!
@@KeertiPurswaniIt was a typo, instead of courses i was writing course. Now i landed educosys site which i had already visited after watching your another video.
Definitely i will purchase LLD, HLD and System design Course. Your way of explaining is awesome.kudos.
I think ptr.release() is missing
yess yess! i want a series..!
thanks
New video up! Hope you like it! 😇
Great idea. great concept
boyfriend still got it!!!
Nice video!
which editor is he using? Is It vs code?
Visual Studio it is!
Correction RAII stands for "Resource Acquisition is Initialization" not "in".
Its a misnomer and IMHO a terrible name to a very powerful concept in C++
WE ARE HERE AFTER MandipisLive
Mandipislive Army #Mandipislive 😊
Looking bhaiya talk to didi, mereko dil me gudgudi ho rahi h, how romantic😍
Hey Keerti. Discord link in the description is invalid.
Thanku for this video☺,will be waiting for the next video
It’s up 😇
i really love the way you teach, but i'm not really fond of the memes.
I didn't get why &&ptr is used.
Getting bad experience in video when the comedy sense hit in Video 😢😢😢
Who is on the screen 🤔
Your discord community link invite is not working
When is the next new batch starting?
He is bit shy but good Collab 😊😅
He is 😅😅
May i know why the return value from the copy assignment operator output does not have the template type "T" ?
The return type does not include the template type T because the return type is not dependent on the template parameter T. The return type is simply a reference to the current uniquePtr object, regardless of the type of object it manages. Correct me if I'm wrong.
Great pairing.
How to visualise that storage portion of memory leak?
I didn't understand the memory leak thing...
He deleted the variable 'a' after that 'a' stored in the stack got deleted but still remains in the heap.
When he deleted the memory was reduced it came to 757 KB and he said no leak
How did this process happen? I just saw memory got reduced...
Exact same question I've.
1. As per your explanation of memory leak, the value in heap memory lies there i.e the pointer variable 'a' pointing to the value stored in heap memory is still there that's why memory leak happens.
2. Deleting pointer variable 'a' stored in stack memory will delete that particular space in stack memory which is occupied by 'a'.
3. But value in heap memory to which a'' was pointing, didn't get deleted as per my understanding.
@keertiPurswani : can you please explain?
That meme bw the video making me laugh even though it was not needed
We want love babbar in your interview series
Tell him!! He should be ready no 🫢
@@KeertiPurswani He is always ready ....... 😎
Clickbait
7:22 please make the scrolling of the advertisement slow
Didi mujhe cs nahi mil Raha hai mujhe suside karna ka man kar raha tha lakin unfortunately apki video mara samne aa gayi please help me
Crazy title
didi mai bhi apka tarah non technical background se hu please help me how to start coding in write way phele kya pada shuru sa
Didi kya jarurat he ye wali clickbait ki?
Why is this advanced? Shouldn't that be part of the basics of C++?
I don't understand what =delete; does
Someone please tell me which IDE is that
Visual Studio!
@@KeertiPurswani doesn't look like that🤔
@@sarthakgadekar3092 install it and you will know that it is visual studio . not "visual studio code"
She really doesn't seem interested😂😂
Just forced... Great acting 😅
😂😂😭😭😭😭😭😭😭😭😭😭
total waste of time,
😀😀😀😀😅😅😅😅
Text Editor ?
VS
@@shis10 fhir Memory Usage kaise dikh rha ?
@@visinigiri-aditya its vs not vsc
@@visinigiri-aditya Debugging karte samay dikha tha hai Visual Studio
@@shis10 ohh thanks!