Pointers to Objects and Arrow Operator in CPP | C++ Tutorials for Beginners #51

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 186

  • @livingbeing8661
    @livingbeing8661 3 роки тому +80

    3:15
    Bhaiya you can't imagine how much this playlist has changed my life. I can't thank you enough. programming courses are all over the internet but you are giving it for free and it is a far better course than many paid courses on udemy. Salute to you.

    • @aayushranjan5572
      @aayushranjan5572 2 роки тому +1

      avi kaha p placed ho

    • @kirano07
      @kirano07 2 роки тому +1

      @@aayushranjan5572 work from home

    • @abhinavarya1061
      @abhinavarya1061 Рік тому +1

      @@kirano07 which company? I also want work from home? How and where did u apply? Please reply

    • @sardarchouhan6525
      @sardarchouhan6525 Рік тому

      ​@@abhinavarya1061you got a job??

    • @YouTubech11
      @YouTubech11 Рік тому

      ​@@kirano07CTC ??

  • @mohammedkaifmirza7585
    @mohammedkaifmirza7585 3 роки тому +5

    harry bhai agar aap nahi bhi bologe, to bhi ham apne friends ko aapka channel and playlist recommend karte hai aur karte rahenge. You work very hard for all this, Thank you.

  • @890S_m_r
    @890S_m_r 4 роки тому +16

    You made each and every concept of c++ damn simple. 👍👍👌👌
    Thanks alot...

  • @ankitbal2240
    @ankitbal2240 4 роки тому +22

    Harry Bhaiya ❤aap eise hi videos banaiye hum apko 10 million tak le jayenge 🥰.
    Jai Hind🇮🇳

    • @sudhirkumar-ev1ls
      @sudhirkumar-ev1ls 4 роки тому +5

      Subh subh bol Bhai 10 million nahi 50 million Tak le aayenge 💪

  • @rahgeer11h26
    @rahgeer11h26 Місяць тому +2

    Hari bhai teri videos such mai worth of watching hai.❤

  • @harshittripathi3985
    @harshittripathi3985 3 роки тому +72

    Stay safe * * *
    People : Mask lagao!!
    Harry bhaiya : Parenthesisi lagao😂😂 5:34

    • @sagnikroy5001
      @sagnikroy5001 3 роки тому +6

      😂😂 kyuki programmers jyada Bahar nahy nikalte

    • @isi6402
      @isi6402 2 роки тому +1

      Right 🤣

  • @DineshSingh-hx5kw
    @DineshSingh-hx5kw 3 роки тому +4

    After watching this video...my all doubt on arrow opperator get cleared...tnx alot harry sir.. keep making such type of content

  • @abrarahmad3897
    @abrarahmad3897 Рік тому

    Hey Harry, with the little understanding of the arrow operator taught by you, I decided to test my knowledge by writing a simple c++ program wherein I take two numbers from the user and perform the simple mathematical operations them using the arrow operator (->). Thanks a lot for this wonderful course and here is my code for any reference or feedback:
    CODE:
    #include
    using namespace std;
    // class calculator : handling simple mathematical operations on two numbers
    class calculator
    {
    protected:
    int num1, num2;
    public:
    void setnumbers(int a, int b)
    {
    num1 = a;
    num2 = b;
    }
    int add(void)
    {
    return num1 + num2;
    }
    int subtract(void)
    {
    return num1 - num2;
    }
    int multiply(void)
    {
    return num1 * num2;
    }
    int divide(void)
    {
    return num1 / num2;
    }
    };
    // main program : where all the fun takes place
    int main()
    {
    calculator *ptr = new calculator;
    int a, b;
    cout > a;
    cout > b;
    // using the arrow operators
    ptr->setnumbers(a, b);
    cout

  • @tanmaydasgupta8274
    @tanmaydasgupta8274 2 роки тому +1

    Katai zeher hai bhai! ek video mei saare doubt khatam. Thanks a lot :)

  • @Asish0089
    @Asish0089 Рік тому +1

    6:35 see the // for unders. Differ.

  • @StorysToks
    @StorysToks 2 роки тому +2

    I literally heared save and bookmark this playlist 74 times throughout this playlist

  • @omkarshinde7563
    @omkarshinde7563 4 роки тому +12

    Harry bhai ka har ek video main favorite dialogue access this whole playlist save it bookmark it 😂💯

  • @rohanrameshraikar567
    @rohanrameshraikar567 3 роки тому +2

    This video is gold dust for all of the unknown things in c++(oops). Thnx a lot!

  • @ashishdarekar10000
    @ashishdarekar10000 2 роки тому +6

    BRAVO!!!!
    HATS OFF TO YOUR EXPLANATION!!!
    PLEASE MAKE A VIDEO ON COMPETIVE CODING!!

  • @victorb22622
    @victorb22622 7 місяців тому +2

    12:20 Harry को चीजों को कॉम्प्लेक्स बनाना ही अच्छा लगता हैं

  • @kalpanaverma1269
    @kalpanaverma1269 3 роки тому +4

    Thank you harry bhai for making this playlist ♥️🙏

  • @pratikjadhav1707
    @pratikjadhav1707 3 роки тому +2

    Definitely u ran away my fear obout objects 🙏

  • @mohammedkaifmirza7585
    @mohammedkaifmirza7585 3 роки тому +1

    you deserved atleast 3-4 Millions suscribers

  • @bgmigaming1197
    @bgmigaming1197 2 роки тому

    Harry bhai Thankyou so much.
    C++ ka course lane ke liye

  • @royfamily9273
    @royfamily9273 2 роки тому +1

    Thanks Harry Bhaiya

  • @Aiyaansh
    @Aiyaansh 3 роки тому

    Greatest ----> codewithharry

  • @utkarshsingh96
    @utkarshsingh96 4 роки тому +2

    Sir your videos are best

  • @siddeshpednekar6871
    @siddeshpednekar6871 2 роки тому +1

    Best tearcher ever...🙌

  • @gauravmasand
    @gauravmasand 3 роки тому +1

    3:15 harry sir ye to bilkul nas pakad kar bat ki hai btw thank sir for playlist

  • @JustListen41473
    @JustListen41473 2 роки тому +1

    Thank you🙇‍♀️🙇‍♀️🙇‍♀️🙇‍♀️🙇‍♀️

  • @AhmedRaza-ty7zq
    @AhmedRaza-ty7zq Рік тому +1

    Awesome video😎😎👍👍

  • @skill-f
    @skill-f 2 місяці тому +1

    done sir,

  • @dhruvnation1884
    @dhruvnation1884 4 роки тому +4

    🔥🔥Not the first not the last
    When got notification
    Clicked it fast🔥🔥😁

  • @vinitsharma4787
    @vinitsharma4787 2 роки тому +2

    25lake view in 1st video and now become 84323 congo too u all determinate people

  • @AshutoshKumar-fu6qe
    @AshutoshKumar-fu6qe 3 роки тому +8

    5:51 I didn't know that name of an object can be same as class name even I watched previous videos.

  • @sonalisaini8899
    @sonalisaini8899 4 роки тому +18

    When u will be completing c++ course..???

  • @AnnasMalik-xh9qz
    @AnnasMalik-xh9qz 2 роки тому +5

    Harry I have a question: Why should I use a pointer rather than the object itself? Is it because we want to dynamically allocate memory to an object? and secondly if we create object like this then do we have to write a destructor for object as well?

    • @ompatel2212
      @ompatel2212 Рік тому

      No we have to delete the object by using the delete keyword to invoke the destructor

  • @danishuddin9752
    @danishuddin9752 2 роки тому +1

    nice explanation great

  • @mithleshkumarsingh4624
    @mithleshkumarsingh4624 3 роки тому

    Bhaiya bahut gjb padhate ho aap

  • @anubhavpandey5182
    @anubhavpandey5182 4 роки тому

    1-51 done 👍

  • @dreamerb1
    @dreamerb1 Рік тому

    Harry bhai is the best❤❤

  • @sakshisingh2868
    @sakshisingh2868 4 роки тому +9

    others : stay safe mask lagao
    le harry sir: stay safe parenthesis lagao.🤣🤣

  • @aniketsahi7778
    @aniketsahi7778 6 місяців тому

    🥳🥳🥳 thank you Harry bhai 🫶

  • @saadhassan8813
    @saadhassan8813 7 місяців тому

    Thanks Dr Harry

  • @namanbiswajit1112
    @namanbiswajit1112 4 роки тому

    Harry bhai Very Very Awesome Video

  • @aniketsahi7778
    @aniketsahi7778 6 місяців тому

    🥳🥳🥳 thank you Harry bhai

  • @shivafoods007
    @shivafoods007 2 роки тому +3

    I was trying to use Dot Operator in VS Code for the same code. However, it was replacing the dot operator by arrow operator automatically.😁

  • @ratnakantahanse2661
    @ratnakantahanse2661 4 роки тому +1

    Nice job sir...... Binod....

  • @kartiksaini5619
    @kartiksaini5619 2 роки тому +1

    thx bhai harry bhai

  • @isi6402
    @isi6402 2 роки тому +1

    Harry op 😉

  • @vijaymala4846
    @vijaymala4846 4 роки тому +2

    Harry bhai ! Machine learning and artificial intelligence ke upar tutorial laao

  • @ad_uke
    @ad_uke 4 роки тому +1

    Thanks❤

  • @sit33darshanpagar16
    @sit33darshanpagar16 3 роки тому +1

    Only 24 videos to go....... Now 🙂🙂😇😇😇

  • @kunalshahare9041
    @kunalshahare9041 3 роки тому +1

    thanks bhai

  • @chaolobi7698
    @chaolobi7698 2 роки тому

    thanks haryy bro

  • @samratmollick6629
    @samratmollick6629 4 роки тому

    Love you Harry Vai...🧡🧡🧡🧡🧡

  • @nahushdeshmukh9375
    @nahushdeshmukh9375 Рік тому +20

    It's all about wasting money on tutions and understand nothing and clearing concepts on code with harry. 😂

    • @garvahuja1194
      @garvahuja1194 9 місяців тому +1

      It's about realising which is better and getting rid of the other

  • @lokeshchandrachaudhary3703
    @lokeshchandrachaudhary3703 4 роки тому +1

    great sir....

  • @preetmonga436
    @preetmonga436 Рік тому

    50 Videos Done 😇

  • @anjalishekhawat8397
    @anjalishekhawat8397 4 роки тому

    Thank so much sirrrr🙏🙏🙏🙏🙏

  • @think7022
    @think7022 2 роки тому

    Thanks bro👍👍🙂

  • @apurvasonawane5049
    @apurvasonawane5049 3 роки тому

    Thanks you soo much bhaiii🔥🔥🔥

  • @MonikaKumari-er4de
    @MonikaKumari-er4de 2 роки тому

    Thank you

  • @darkshadow6962
    @darkshadow6962 4 місяці тому +1

    Like same same php but different

  • @patelfenilkumarsunilkumar8678
    @patelfenilkumarsunilkumar8678 3 роки тому +1

    So Basically (*ptr) = ptr->

  • @yashkumar7812
    @yashkumar7812 3 роки тому +2

    Keep it up harry bhai... We always support you...😇❤

  • @veeraltiwari2935
    @veeraltiwari2935 2 роки тому +2

    Is there any video on operator overloading in this coarse?

  • @PrincePatel-uq5qy
    @PrincePatel-uq5qy 4 роки тому +9

    Harry sir, Ap kabtak ye coure khatam kar dege...
    Iss Course ne kitne topic baki he ?
    Approx videos??

  • @nishithsoni7623
    @nishithsoni7623 2 роки тому

    reached here successfully

  • @ReenaDevi-kp7vn
    @ReenaDevi-kp7vn 4 роки тому

    Which of these is the best hindi coding channel.
    1.Harshit Vashishtha
    2.Code with Harry
    3. Cyber Warrior
    4. edureka! hindi!
    5. Learning Point
    6. Geeky Geeks

  • @SomeshSDhake
    @SomeshSDhake 4 роки тому +1

    Which framework are use Django or Flask??????????
    In future requirements

  • @livelife9631
    @livelife9631 4 роки тому

    Harry bhai plz upload new project of web development and plz bhai taki hamari practice bhi ho jaye plz harry bhai...keep Smiling n stay blessed.

  • @the_ssingstar
    @the_ssingstar 4 роки тому +2

    Harry bhai blogger ki jo templates hoti h wo kese bnai jati hai ek baar tutorial bna dena zra please🙏💕

  • @nowshadhossainrahat7947
    @nowshadhossainrahat7947 3 роки тому +1

    Vai...c++ se GUI,Networking pe video banaao

  • @programmingwithjavascript3579
    @programmingwithjavascript3579 3 роки тому

    Enjoying it 💚

  • @kamgangff5420
    @kamgangff5420 4 роки тому

    cout

  • @inugr8
    @inugr8 4 роки тому

    harry bhai love your work !!! bas itna bata do age aur kitne vedios ane wale hain , mai revise kar raha tha c++ 2 din me sari vedios dekhi and aaj ek nayi agayi so bas number bata do kitne vedios ayenge?

  • @bijanhalder1806
    @bijanhalder1806 2 роки тому +4

    Who is ROHAN DAS

  • @harsh9558
    @harsh9558 3 роки тому

    Thx!!

  • @rZERO_game
    @rZERO_game 2 роки тому +3

    Complex *ptr1=new Complex[4]; at this line we made 4 element array but set_data(int a, int b) is only taking 2 intiger then how it works error free.?

  • @cpubug
    @cpubug 4 роки тому +1

    Herry game development industry ke bare me. Batao

  • @yogeshpanzade5572
    @yogeshpanzade5572 4 роки тому

    Sir please a video on getter and setter in cpp

  • @GameOnBro12
    @GameOnBro12 2 роки тому +1

    ❤️ from Pakistan

  • @Opetions
    @Opetions 4 роки тому

    Bhai SEO pe video banao na.....

  • @Jatin-kumar
    @Jatin-kumar 4 роки тому +1

    Bhai please make a video on super Mario game by python

  • @satwikgawas5582
    @satwikgawas5582 4 роки тому

    Hello sir c++ ki tarah java ka bhi complete tutorial start kijiye

  • @mdrehanfarid2134
    @mdrehanfarid2134 3 роки тому

    50 done

  • @ashutoshbiswal7
    @ashutoshbiswal7 2 роки тому +1

    Salute to all those, who reached here😄😎

  • @utkarshparekh587
    @utkarshparekh587 4 роки тому +1

    Sir servlet or jsp par video banaoooo plzzzzz

  • @tecnicalprojects5287
    @tecnicalprojects5287 4 роки тому +1

    Which language is best for programing Arduino

  • @arjitsharma4463
    @arjitsharma4463 4 роки тому +1

    Sir how many video are left for this course to video

  • @gulamashrafshaikh445
    @gulamashrafshaikh445 2 роки тому +1

    Class se dar nhi lagta sahab, pointers se lagta he😔

  • @abhishekojha523
    @abhishekojha523 4 роки тому

    best!!!

  • @funpage533
    @funpage533 3 роки тому +1

    sir, my output is = The real parts is 1
    The imaginary parts is 1
    The real parts is 1
    The imaginary parts is 1
    plz suggest me sir.

  • @kumkumbhagya51
    @kumkumbhagya51 Рік тому

    3:21 sahi mai classes se darr khtm ho gya ek dam

  • @soaif_ikbal
    @soaif_ikbal 2 роки тому +1

    🥰

  • @prashantkamal6134
    @prashantkamal6134 4 роки тому +1

    🙏🙏🙏🙏Harry bhai please reply me, hamara visual studio code zoom ho gya hai kisi region se aur wo zoom out nhi ho raha , aur koi shortcut v nhi kaam kr raha, aur na hi reset ho raha, please bhai reply me🙏🙏🙏

  • @AsyncGaming
    @AsyncGaming 4 роки тому

    Sir need a video on freelancing

  • @trialaccount2244
    @trialaccount2244 4 роки тому +2

    Bhai C++ ke sath data structures laoge kya?

  • @suleman.a.6669
    @suleman.a.6669 4 роки тому

    Harry bhai reply krdo katai mja type aajayega

  • @ompaltomar8418
    @ompaltomar8418 4 роки тому

    Harry bhai UNITY ka tutorual lao

  • @Jatin-kumar
    @Jatin-kumar 4 роки тому +1

    First view Harry bhai

  • @rishi2220
    @rishi2220 4 роки тому +1

    I am second again as ladies are first 😁😁

  • @riyazshaikh8930
    @riyazshaikh8930 4 роки тому +1

    Bhai react.js please

  • @saurabh-xg4qb
    @saurabh-xg4qb 4 роки тому

    harry bhai wo arrow hum kidhr bhi use kr sakte kya dereference krne ke lia?