The Wayback Machine - https://web.archive.org/web/20161007023517/http://www.codeguru.com/cpp/cpp/algorithms/general/12/

Latest General Articles - Page 3

Clone Smart Pointer (clone_ptr)

Learn about a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object's operator.

Delaunay Triangles

Learn about an algorithm to calculate this intriguing and important data structure in computer graphics.

Selecting a Geometrical Object

Learn about a method of selecting a geometrical object which is described by its vertices. This article might be of use if you are creating 2D or 3D shape related software.

Message Digests and Digital Fingerprints

Learn about an OO implementation of the MD5 algorithm in C++. It does not simply copy Ron Rivest's C code into a class. It was written to help provide a better understanding of MD5 and how C++ and its STL may be used to implement it. The code is not optimised.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

The Value of APIs

Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.

Top White Papers and Webcasts

Most Popular Programming Stories

More for Developers

RSS Feeds

Thanks for your registration, follow us on our social networks to keep up-to-date