The Daily C++
1.82K 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 #memoryusage

http://lemire.me/blog/2016/09/15/the-memory-usage-of-stl-containers-can-be-surprising/

"One of the benefits of C++ is the built-in STL containers offering the standard data structures like vector, list, map, set. They are clean, well tested and well documented."
Tags: #stl #standardtemplatelibrary

"The Standard Template Library (STL) is the modern C++ programmer's best friend. It contains a wealth of data structures, algorithms, and utility libraries from which we can build almost anything — but only if we know how to use it correctly and efficiently. "
http://voidae.com/blog/2016/9/28/stl-from-scratch-introduction
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/