Advanced MFC book?
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.
There's always the MFC Internals: Inside the Microsoft(c) Foundation Class Architecture[^] book which is a must have ( IMO ).
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.
If you're really a glutton for punishment, you could try the Microsoft Visual C++ Reference Set. It is a badly organized, difficult to use set of 4 volumes, but it contains just about all there is to know about MFC. Volume I is the VC++ Language Reference, Volume II the Run-time Library Reference, and Volumes III & IV are the MFC Reference. It's exhaustive, but difficult to use, as it also includes whole sections on ATL, the C language, and various sections on other topics randomly agglomerated into books. Or perhaps you might like Tom and Nish's new book, Extending MFC Applications with the .NET Framework[^]. Some people think of it as a six-pack; I consider it more of a support group.
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.
I've always liked the MFC answer book by Eugene Kain (ISBN 0-201-18537-7). It shows you how to do some cool stuff like tabs on dialogs, printing and print preview, splitter windows, custom toolbars and more. When I'm developing a new UI, I use this book more than the general MFC books. Regards, Brigg Thorp Software Engineer Timex Corporation
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.
I have MFC Internals, some parts are good, some are so heavy on the details that my eyes glazed over. The good parts are very good (most notably the part on the COM classes and related stuff like CDataObject and the drag/drop classes). --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.
The Revolutionary Guide to MFC by Mike Blaszczak.
-
Hey everyone, I am finishing up my MFC book and well I was wondering if anyone could point me to a good advanced MFC book. If you dont think I really need to get one is there a good refrence place for me to look up what else I can do with MFC. Other than this site of course ;) Thank you in advance! There are 10 kinds of people in this world. Those who understand binary and those who don't.