@Anonymous-mz9un

Appreciate your work brother. You are  giving golden content for free. Thank you so much.

@DAS-jk3mw

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 πŸ™πŸ™πŸ™

@johnathan79717

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.

@annawilson3824

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.

@aishwarya8437

Omg. The timing.

@jakesmith6853

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 ?

@manojshukla8627

really appreciate your work bro. It's no more than a gem.
Thanks a lot for making content like this.

@kamallochanjena4123

Very Nice! Well presented. Hope one will fall in love learning C++ after watching these kind of videos. Awesome β€πŸ‘

@siddeshgv2473

@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

@RichardTheWealthiestJunior

I pay respect for this material. Great jobπŸ™‚

@ish_stm

I want to like this 10 times…
Great job and great content. I know I will pass my interviews with this :)

@vinamrajha1571

5:07:50     this->_x=_x;              can also be used.

@senthilandavanp

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 πŸ‘

@j.r.krishna1122

You made my day.  Appreciate your efforts.

@65XEpl

The problem is that those questions are NOT for Experienced C++, they are for beginners, regulars maybe.

@raul825able

Wow!!! Really appreciate the interesting questions that you have here.

@yys5919

This is insanely helpful. Thank you!

@antonfernando8409

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.

@finddhananjay4u

Thanks Rupesh for interview videos

@antonfernando8409

cool, went thru the 6.30 hrs of c++, damn that was very helpful.