The ‘using’ keyword (using namespace and alias declarations) | Modern Cpp Series Ep. 105

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

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

  • @diodin8587
    @diodin8587 8 หลายเดือนก่อน +1

    10:14 Shouldn't it be just template without size_t? size_t is already specifized.

    • @MikeShah
      @MikeShah  8 หลายเดือนก่อน

      I think that could also work -- give it a try ;)

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

    Thanks mike.. I never thought how exactly" using "keyword works under the hood..this would be very good interview question... The interviewer might ask the uses of using keyword in using namespace std; ..

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

      Cheers! Agreed, I think knowing the multiple uses of 'using' is possibly something an interviewer could ask on a phone screen to test your C++ depth. For example, I've had interviewers ask on a pre-screen about multiple ways to 'cast' in C++.

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

    Hi Mike, thank you for the explanation! I probably have seen the templated using statements before while skimming through cppreference, but I did not make the connection until now :)

    • @MikeShah
      @MikeShah  ปีที่แล้ว

      Cheers, glad to hear it 😀

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

    thank you Mr. Shah 👏👏👏

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

      You are most welcome!

  • @here_is_pacific
    @here_is_pacific ปีที่แล้ว +5

    nice explanation

  • @menachemlevi
    @menachemlevi 10 หลายเดือนก่อน +1

    just subsribed amazing job ,keep the hard work going

    • @MikeShah
      @MikeShah  10 หลายเดือนก่อน

      Cheers!

  • @mahmoudramadan9193
    @mahmoudramadan9193 ปีที่แล้ว +6

    Thanks a lot ♥

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

      You are most welcome!

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

    TIL that `using` to import symbols can be scoped to functions. Just like in D (or almost). That's 😊

  • @skittles6949
    @skittles6949 6 หลายเดือนก่อน

    Thank you!

    • @MikeShah
      @MikeShah  6 หลายเดือนก่อน

      Cheers!