Copy Constructor and Copy Assignment Operator (Contd.) (Lecture 27)

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

КОМЕНТАРІ • 8

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

    Sir, the course you have created is too good. Would be so hard to get such indepth knowledge of C++ otherwise. You've made very detail very clear. Thank you!!

  • @engrvivs
    @engrvivs 5 років тому +6

    Dear Sir,
    at 11:30, may you please tell why Point ctor: (6, 9) got constructed before Point ctor: (3, 5) for Rect r2?
    Thanks in Advance!

    • @manmohankrishna2407
      @manmohankrishna2407 5 років тому +1

      got the same problem. found a solution?

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

      I just tried this code, I created a function as follows:
      𝚒𝚗𝚝 𝚖𝚊𝚛𝚔𝚎𝚛(𝚒𝚗𝚝 𝚗)
      {𝚌𝚘𝚞𝚝

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

      Point (3, 5) is actually created before Point (6, 9)
      Verified it thru code: git.io/JZnSO

  • @gopalpatidar4269
    @gopalpatidar4269 5 років тому

    pls sir make one more video lecture to give the solution or explanation about the program of rect class in lecture -27 (copy constructor and assignment operator)

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

    can i know where we can find this presentation?