Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- C++: Removing duplicates from a range
- This article was originally published on Builder.com.The Standard Template Library STL shows us how to deal with the complexity of algorithms over structures: Separate them. That’s why we have containers (std::vector, std::deque, std::list, etc.) and algorithms. To be as generic as possible, algorithms operate on ranges—sequences of elements. That is,...
- Tags: algorithm, C++, John Torjo, pointer, stable_unique, Standard Template Library
- Technical articles 2003-02-28
- C++: Removing duplicates from a range
- The Standard Template Library STL shows us how to deal with the complexity of algorithms over structures: Separate them. That’s why we have containers (std::vector, std::deque, std::list, etc.) and algorithms. To be as generic as possible, algorithms operate on ranges—sequences of elements. That is, you can apply an algorithm to...
- Tags: Engineering, John Torjo, C++, algorithm, pointer, Standard Template Library, stable_unique
- Technical articles 2003-01-28
- << Previous
- page 1 of 1
- Next >>