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" } );
This professor makes me feel more and more passionate about programming than I already am. Great video!
That map iterator working on a multimap container was really unexpected.
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" } );
I couldn't agree more Nikhil. Overall I think it's great, but the blurry screen really removes a good teaching tool.
Nice explanation, but the screen is barely visible in a some places.
a lot of the time the code is not visible and bloory