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'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!
@@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 🙏
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 ?
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
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
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) {
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?
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.
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.
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++
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.
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.
Best explanation for beginer. For me i still us pointer (as in C), because i like it too much.
RAII --> Resource Acquisition "Is" Initialization
I came here to see her ex,
and now I'm learning c++ concepts didn't expected that😂
The way you two people presenting is really Fantastic!!!!! Thanks a lot!!!!
He interrupts her when she speaks.
First time impressed with the way of teaching!
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
ex boyfriend 💔 but husband 😂😂😂
Well Understanding Lot more advance concepts in c++ thank you
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!!
Your Videos Are really awesome Sir and Mam Really Appreciable :)
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 ❤️😇
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.
You should create a series of this. Loved the approach. Easily understandable.
Yas! New video is up! Hope you like it 😇❤️
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! 😇❤️
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 😇
next level clickbait
Whatever makes people study 🤷🏻♀️
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
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
Excellent explanation
Ah you got me, well what you said is right in literal
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 ?
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
Don't add random memes in between please 🙂
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
Good videos need such more content related to cpp. Learned a lot of things while watching this video. Thankyou
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
Mandipislive Army #Mandipislive 😊
Nice video!
which editor is he using? Is It vs code?
Visual Studio it is!
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) {
My Husband teaches me C++ ❌
My Ex-Boyfriend teaches me C++ ✔
Nice way to clickbait. (Saying just for fun. No hate 🙏)
Is that guy from VECTOR India institute ?
5:04
Is he using vs code, if leaked yes then
How to get that memory graph 😮
Didi: clickbait aisi karo, ki 4 log click karein😂.
Btw i liked the content❤️
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?
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.
I think ptr.release() is missing
Hey Keerthi, may you have the universe with you following your heart!!All the very best to you.
very helpful
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.
Who is on the screen 🤔
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
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.
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?
How to visualise that storage portion of memory leak?
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
Good content, just drop the meme part.
exposing family one by one ....
but loved the learning part
Learning is what matters in the end 😇
Trust me the way he explain is really good. I wanted to see her ex bf and ended up watching his coding 😂
Lovely. Happy to see you being taught
Hey Keerti. Discord link in the description is invalid.
When is the next new batch starting?
WE ARE HERE AFTER MandipisLive
I didn't get why &&ptr is used.
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.
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++
yess yess! i want a series..!
thanks
New video up! Hope you like it! 😇
Crazy Title 🤣
Your discord community link invite is not working
happy to see you both
Great idea. great concept
Keerti di aise behave kar rahei jaise kuch jante h na ho😂😂😂👌👌👌
What is this IDE?
7:22 please make the scrolling of the advertisement slow
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.
boyfriend still got it!!!
Looking bhaiya talk to didi, mereko dil me gudgudi ho rahi h, how romantic😍
Clickbait
Didi kya jarurat he ye wali clickbait ki?
Getting bad experience in video when the comedy sense hit in Video 😢😢😢
That meme bw the video making me laugh even though it was not needed
I don't understand what =delete; does
He is bit shy but good Collab 😊😅
He is 😅😅
Great pairing.
We want love babbar in your interview series
Tell him!! He should be ready no 🫢
@@KeertiPurswani He is always ready ....... 😎
Why is this advanced? Shouldn't that be part of the basics of C++?
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"
Crazy title
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!
She really doesn't seem interested😂😂
Just forced... Great acting 😅
😂😂😭😭😭😭😭😭😭😭😭😭
total waste of time,
😀😀😀😀😅😅😅😅