This one was new to me, the {} brackets here: std::size_t h1 = std::hash{}(s.firstname); So we use uniform initialization to create a temporary object and an overloaded operator() returns a value immediately, assigning it to h1? That's pretty neat
Dear Mike, the voice quality of the set series is very low. I first thought there is something wrong on my laptop or headset :) Just wanted to let you know. on the std::pair the quality improves a lot. Thanks.
I love these STL series! Comprehensive with great explanations!
Cheers!
"The C++ Programming Language" is great! Just like your other playlists
Cheers!
Thanks, Prof
Learning never exhaust the mind: Leonardo Da Vinci
I love C++
Cheers!
This one was new to me, the {} brackets here:
std::size_t h1 = std::hash{}(s.firstname);
So we use uniform initialization to create a temporary object and an overloaded operator() returns a value immediately, assigning it to h1? That's pretty neat
Neat indeed!
Dear Mike, the voice quality of the set series is very low. I first thought there is something wrong on my laptop or headset :) Just wanted to let you know. on the std::pair the quality improves a lot. Thanks.
Noted! I think there was an issue with the mic selected in a few videos around this time -- should be fixed now 🙂
Is there a diagram showing the differences between containers,thanks you From egypt
I'll have a wrap-up lesson and summarize. Otherwise there probably are some somewhere
@@MikeShah Thanks, Prof