C++ Tutorial: 10 New STL Algorithms That Will Make You A More Productive Developer

Posted on Internet.com See other posts from Internet.com
Published on Thu, 11 Nov 2010 05:00:00 +0100 Indexed on 2010/12/21 5:00 UTC
Read the original article Hit count: 196

Filed under:
Unquestionably, the most effective tool for a C++ programmer's productivity is the Standard library's rich collection of algorithms. In 2008, about 20 new algorithms were voted into the C++0x draft standard. These new algorithms let you among the rest copy n elements intuitively, perform set theory operations, and handle partitions conveniently. Find out how to use these algorithms to make your code more efficient and intuitive.

© Internet.com or respective owner