Difference between revisions of "STD Gems"

From Chilipedia
Jump to: navigation, search
Line 1: Line 1:
STD Gems is a series that will introduce useful tools from the standard library in bite-sized (typically 10-18 minute long) videos. The series will mainly focus on teaching the functions from the <algorithm> library, but will also branch off into other areas of the standard library, such as lesser-known containers like std::deque or the different kinds of distributions in <random>.
+
STD Gems is a series that will introduce useful tools from the standard library in bite-sized (typically 10-18 minute long) videos. The series will mainly focus on teaching the functions from the <code><algorithm></code> library, but will also branch off into other areas of the standard library, such as lesser-known containers like <code>std::deque</code> or the different kinds of distributions in <code><random></code>.
  
 
== List of Tutorials ==
 
== List of Tutorials ==

Revision as of 19:52, 16 May 2018

STD Gems is a series that will introduce useful tools from the standard library in bite-sized (typically 10-18 minute long) videos. The series will mainly focus on teaching the functions from the <algorithm> library, but will also branch off into other areas of the standard library, such as lesser-known containers like std::deque or the different kinds of distributions in <random>.

List of Tutorials

Tutorial Number Title Release Date Runtime
0 STD Gems [Copy / Filter] April 29, 2017 8:25
  • Covered: copy copy_if copy_n copy_backward move move_backward swap_ranges
  • Reviewed: back_inserter make_move_iterator istream_iterator<> / ostream_iterator<>