It's quite simple to make any Hangman program with MFC.
If you've already got the C/C++ algorithm ( the most important thing ! ), only create a dialog-based project.
Put some controls on the window in the resource editor and use the events associated with these controls.
Then type in the corresponding code ...
All you need to know is some MFC backgrounds but not too much complicated.
Regards.
Main Topics
Browse All Topics





by: KBCRULEPosted on 2003-03-14 at 13:42:26ID: 8139545
You could check out this site: www.sourceforge.net
that should have some good open source programs.
also you may want to check out this: www.slashcode.com.
hope those are useful