The Daily C++
1.83K subscribers
10 photos
2 files
596 links
The best channel about C++ News!
Every day a lot of news!

Send your project/repo/guide/tutorial to @dailycppbot
Download Telegram
Tags: #STL #Algorithms
" Knowing your STL algorithms also gives you an idea of what types of abstractions are useful, which gives you a model to write your own ones. So we should strive to know our algorithms."

http://www.fluentcpp.com/stl-learning-resource/
Tags: #callback #future
"So, what do you do if the library you want to use provides a callback facility, and not a future-based wait facility? You wrap the callback in a future."

https://www.justsoftwaresolutions.co.uk/threading/wrapping-callbacks-with-futures.html
Tags: #fold #function
"With fold expressions you can implement the from Haskell known functions foldl, foldr, foldl1 and foldr1 directly in C++. These four functions successively reduce a list to a single value."

http://www.modernescpp.com/index.php/fold-expressions
Forwarded from The Daily C++
Send your project/repo/guide/tutorial to @dailycppbot (the bot can't reply to you, and don't send spam)