Programming MFC applications
June 7, 2009 3:16 AM
Subscribe
Where can I find good information about programming with C++/MFC in Visual Studio?
I've currently found myself in a job where I'm doing a lot more (small-scale) software development than I expected. This is not too bad, as I have a reasonable programming background. However, one of the things I haven't done much/any of is gui-based programming.
Where I'm working currently seems to mainly focus on MFC-based programs, which I have minimal clues about, so I'm looking for resources to help me get going. I tend to work best off of basic sample code sets, and can extrapolate pretty well once I've figured out the baseline things like "How do I get this button to open up a new window?" (this is a particular sticking point for me at the moment) or "How do I make a slider bar that will affect this picture here?"
I'd prefer digital resources, as I'm in Japan and getting English books is a bit of a pain (and I'm not sure I'm up to the level of comprehension that's required for Japanese programming manuals), but if there's one out there that's really good, I would be up for considering it.
posted by that girl to computers & internet (16 comments total)
2 users marked this as a favorite
You really should consider other options as far as doing GUIs. Doing a simple form based GUI in C# is so easy, and you can always link to your C++ code using a DLL.
I realize if you've got to maintain old code, you've got to maintain old code, but you really should try to escape!
posted by delmoi at 3:28 AM on June 7