DEV Community

The big STL Algorithms tutorial: modifying sequence operations - copy et al.

Sandor Dargo on August 14, 2019

In this next part of the big STL algorithm tutorial, we will discover all the modifying sequence operations whose name start with copy: copy copy...
 
sandordargo profile image
Sandor Dargo

Thanks a lot, this is great! I updated the whole series with this. Soon all my other C++ articles. Thanks once more!

Collapse
 
sandordargo profile image
Sandor Dargo

Thanks, but that's great! How do you do that! I've been always using the three upper commas to start and to finish a block. There is something better, I see!

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾 • Edited

This is the only C++ series 😃
Also there is a small typo

modifying sequence operations whose name star with copy:

Collapse
 
sandordargo profile image
Sandor Dargo

Thanks for your comment and for pointing out the typo! I updated!