I was looking for a long time a content like this..so much in the net for freshers and not for experienced to brush up cpp skills..and here we go !! Kudos dude..thanks a lot πππ
1:37:15 The compare function in qsort should return βa negative integer value if the first argument is less than the second, a positive integer value if the first argument is greater than the second and zero if the arguments are equivalent.
THIS was truly awesome! It took me a few days to watch it, even on x2 speed, to be able to grasp the ideas. Thanks a lot! Please continue with more hours-long compilations like this.
Omg. The timing.
Hi @CppNuts, at 15:13 you mention about RAII, how is it related to "auto" or anything you're mentioning ? I'm really confused. Can you please help ?
really appreciate your work bro. It's no more than a gem. Thanks a lot for making content like this.
Very Nice! Well presented. Hope one will fall in love learning C++ after watching these kind of videos. Awesome β€π
@cppnuts 39.13 --> what you are printing is &p, hence the address is different here, you should be printing 'p'--> which is holding the address of variable 'i', then all three , &i, &r and 'p' will be printing same. correct me if my understanding is right here
I pay respect for this material. Great jobπ
I want to like this 10 times⦠Great job and great content. I know I will pass my interviews with this :)
5:07:50 this->_x=_x; can also be used.
Thanks a million @CppNuts. 0_12.30 friend function or class I just watched friend function tutorial 1. What is friend functions or class 2. What are the scenarios we need friend functions/class 3.How friend functions/class will not break the c++ encapsulation. Class decides who want to be it's friend.so class has the full control. 4.to access all members of a class into another class or function, we declare the function as friend. Then,we access the private members inside that class 5.in a hierarchy of inheritance, A->B->C->D->E , assum class C uses friend function display1. So what are the members variables can be accessed by display1. 3.suppose there is a class which does not have a set/get function,but we want to access the function for unittesting . Here I need the friend to access the private variable 4. In a scenario where classes A , B, C, D, E, F can use the same friend function as the interface. - if there is any example for this, that would be π
You made my day. Appreciate your efforts.
The problem is that those questions are NOT for Experienced C++, they are for beginners, regulars maybe.
Wow!!! Really appreciate the interesting questions that you have here.
This is insanely helpful. Thank you!
Just at 4:36, man lengthy, did the coding parts as well, very helpful, got me off to a great refresher on c++, definitely worth a try, if you have the time. Thanks.
Thanks Rupesh for interview videos
cool, went thru the 6.30 hrs of c++, damn that was very helpful.
@Anonymous-mz9un