By dotCore
via dreamincode.net
Submitted: Nov 09 2009 / 07:10
This article is aimed at readers at a more advanced level of understanding of the C++ language, and assumes familiarity with C++'s object oriented capabilities, as well as some understanding of the Standard Template Library. This article is intended for anybody who wishes to explore new techniques of object oriented software design and problem solving. The example shown takes a fairly common programming problem and completely re-factors the 'traditional' structured procedural solution into an object-oriented solution.
Add your comment