C++ inline functions // How to optimize your functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 10

  • @liboyan7010
    @liboyan7010 2 ปีที่แล้ว

    "Keep calm & Love programming!" Thanks!!!!

  • @whathuh6965
    @whathuh6965 2 หลายเดือนก่อน

    Very good explanation

  • @rawdhatul_fawaid
    @rawdhatul_fawaid 2 ปีที่แล้ว +1

    Thanks for your efforts.

  • @spongebobsquarepants4576
    @spongebobsquarepants4576 2 ปีที่แล้ว

    Thanks professor Hank, great explanation!

    • @ProfessorHankStalica
      @ProfessorHankStalica  2 ปีที่แล้ว

      Hi, Spongebob. Thank you tons for your comment. Love your show. 👍

  • @patrickkrenz515
    @patrickkrenz515 2 ปีที่แล้ว +3

    Great explanation!

  • @janosszabo9251
    @janosszabo9251 3 ปีที่แล้ว +4

    Most of the time the modern compilers automatically do the inlining of functions. The main effect of the inline statement is that it suspends the one-definition rule for that function.