CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 18

Threaded View

  1. #1
    Join Date
    Apr 2010
    Location
    UK
    Posts
    149

    [MFC] Required reading list

    Dear All,

    I am starting to fill a list of books that I need to learn to program in MFC.
    The goal is producing an SDI application using Visual Studio 2008 which will have three different views (according to the login) and one document (no MDI).

    The view will probably contain ACTIVE X controls that I will implement (so I need to learn this as well). Multithreading computation will be performed in the view. The project will have a solution explorer pane (with a tree view) and support database (headers only). Each node of the treeview will lunch a separate computation. I will need to save the document and be able to submit the document via e.mail (MAPI support option choosen). I have prepeared a basic exercise including all these concepts in order to add up all those together step by step.

    I start listing the books, please contribute and I will keep editing this list:

    BASICS:
    Charles Petzold's "Programming Windows"

    MFC:
    Visual C++ 2008 by Ivoer Horton
    Programming Windows with MFC, Second Edition (Hardcover) - J. Prosise

    ACTIVE X:
    msdn documentation


    Thanks!
    Last edited by pengCC; April 22nd, 2010 at 04:01 AM. Reason: Added book to list

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured