By Thierry.Lefort
via codeproject.com
Published: Feb 05 2009 / 17:30
This article presents a simple way to add undo/redo support (http://en.wikipedia.org/wiki/Undo) to your applications. The framework is able to handle various scenarios. However, I am not claiming that it is able to handle all possible scenarios, nor that it is the smartest framework.
Basic C++ & STL understanding is required. To understand the demo application, basic MFC understanding is also required.
I have used Microsoft Visual C++ and Windows XP Professional. The framework can easily be ported to other operating systems.
Add your comment
Voters For This Link (10)
-
Thierry.Lefort -
mswatcher -
Topnotch -
LudoA -
ajaxaddicted.myopenid.com -
bifern -
Yoshino1889 -
mateusz404 -
khordsanth -
davneter


