Intermediate C++ 23 -- Maps, std::map, std::multimap, std::pair

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

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

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

    This professor makes me feel more and more passionate about programming than I already am. Great video!

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

    That map iterator working on a multimap container was really unexpected.

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

    at 39:21 map iterator on multimap, this is likely an implementation detail, while it might work on that version of MSVC it could change in a different version of MSVC or GCC
    Additionally if you want another way to insert without the make_pair you can use
    map.insert( { "key", "value" } );

  • @donaldcsorny1487
    @donaldcsorny1487 7 ปีที่แล้ว

    I couldn't agree more Nikhil. Overall I think it's great, but the blurry screen really removes a good teaching tool.

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

    Nice explanation, but the screen is barely visible in a some places.

  • @לירוןצח-ד4ח
    @לירוןצח-ד4ח 7 ปีที่แล้ว +1

    a lot of the time the code is not visible and bloory