RandomMonkeyWorks
Computer Programming
Main
Blog
LATD
MEdit
Programs
Programming
Tips-n-tricks
Other Stuff
Contact Info
Links
 

I am including the following on this site in the hopes that they may help someone else master these topics more easily in the future than I was able to, and perhaps there is a slight chance that a non-programmer will come along, and not be as scared of their computer as they once were (after all, computers are only tools).

The following were developed using Borland's C++ Builder.  They should be relatively easy to port to other environments.

Undo/Redo - An example of how an undo/redo system may be constructed in C++.
 
DWinLib - An example of how the Windows API may be wrapped without using MFC, WinForms, etc.  This version is interesting because if you step through it carefully, you can see a working method of wrapping Window's controls.  Other frameworks I have seen only give details on wrapping the individual windows.


All content © 2005-2010, David O'Neil