federico-busato / Modern-CPP-Programming

Modern C++ Programming Course (C++03/11/14/17/20/23/26)
https://federico-busato.github.io/Modern-CPP-Programming/
11.91k stars 798 forks source link

Request STL chapter and lambda function #92

Closed RuimingShen closed 6 months ago

RuimingShen commented 6 months ago

Thanks for this very detailed C++ study source! Could you please add a chapter about STL? Also lambda function in C++ is a little bit confusing to me. Could you please add it? Thanks!

federico-busato commented 6 months ago

Thanks for the interest in the course! There are two main chapters related to STL 17. Utilites and 18.Iterators_Containers_Alg, while for lambda expression you can take a look at 7. Basic Concepts V