PDA

View Full Version : MFC Resources


kmj
03-06-2002, 01:04 AM
Anyone doing programming for MFC should not be without the following links:

www.codeguru.com
www.codeproject.com

Both of these are loaded with tutorials and code for all kinds of win32 programming, including many, many custom widgets.

sans-hubris
03-06-2002, 03:57 AM
You know, MFC looks intimidating at first, but really it's not that difficult to program for. Although, I still like Qt better. Its API is much cleaner than MFC. However, if I had to program in MFC, it wouldn't bother me.

kmj
03-06-2002, 10:12 AM
Oh yeah; any programming for win32 is a mess and a half,
but MFC I don't mind so much.