Back to Browse

C++ STL Algorithms Cheat Sheet (and Pairs, Lambda Expressions, and Iterators)

2.6K views
Dec 13, 2018
19:06

Link to the cheat sheet: https://github.com/srcmake/cpp-stl-algorithms Link to webpage: https://www.srcmake.com/home/cpp-stl-algorithms The C++ STL provides algorithms for useful functionality in common situations and for commonly used data structures, and utilizing the STL algorithms will make you able to write better, shorter, more readable code, as well as giving you access to efficiently implemented algorithms that may be better than the ones you could write yourself. Learning the STL algorithms will help you (in production code and even in your own tiny programs), so I've written a cheat sheet that shows very short examples of how to use each STL algorithm. In this video, we go over a few STL algorithm examples and see how to use the cheat sheet, and we also go over what STL pairs, lambda expressions, and iterators are, since you need to know them to effectively use the STL algorithms. Everything is super simple, so do read the cheat sheet and feel free to contact me for any questions. Twitter: https://twitter.com/srcmake Twitch: https://www.twitch.tv/srcmake Discord: https://discord.gg/q5vAET3 Github: https://github.com/srcmake

Download

0 formats

No download links available.

C++ STL Algorithms Cheat Sheet (and Pairs, Lambda Expressions, and Iterators) | NatokHD