Thread: MFC Perils

  1. #1
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709

    MFC Perils

    Well I searched the forum for 'MFC Tutorial' and that turned up two posts, with little information on learning MFC.

    MFC itself seems a very powerful and versatile solution to speeding up win32 development times, which is what I need.

    All I'm asking for is a good (preferably working ) link to a solid, well rounded MFC tutorial. One like a good C++ programming tutorial that starts at the very beginning and walks you through (almost) every conceivable aspect of the topic at hand. Like a book.

    I have no intention of using the MSVC MFC application wizard, for matters of my programming soul - I prefer to learn by hand.

    Alas, Google turns up very little.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  2. #2
    I am me, who else?
    Join Date
    Oct 2002
    Posts
    250
    There are few real "set this up this way" tutorials on MFC. Its long and probably un-necessary to write it all by hand. Generally as the MFC wizard creates it, you get 5 source files. A "view" mainframe, app, main, and an idl file.

    Honestly I would create it using the class wizard and study the source carefully to understand the inner workings of MFC.

    If you are insistent in writing it by hand you can find info here or here
    .

    To me it was easier to learn by reading the code and working small things in the MFC wizard generated code than worrying if I had even gotten the base code working.

  3. #3
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Yeah that works for you, this works for me. Cheers for the links
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  4. #4
    I am me, who else?
    Join Date
    Oct 2002
    Posts
    250
    Lol if it works out for you its all good Just telling you my own specific tale, since I've used it fairly extensively in my own job. Hope those work out for you well, btw all I did was a google search...


    Google it now!

  5. #5
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    i perfere books,
    Programming windows with MFC - Jeff Prosise
    that book is very good, i used it and it starts right from the begining, and it goes quite slow till you start learning about Scroll bars, then it just goes too fast, or at least for me. But if you learn from the book at tutorials at the same time its pretty good.
    http://www.tek-tips.com/
    http://www.experts-exchange.com/Prog...estions_1.html
    they have some tutorials, i have more sites i just cant find them right now.
    My Website
    010000110010101100101011
    Add Color To Your Code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM
  2. Release MFC Programs & Dynamic MFC DLL :: MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 05-18-2002, 06:42 PM
  3. Understanding The Future of MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 04-15-2002, 09:08 PM
  4. Beginning MFC (Prosise) Part III - Now What? :: C++
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 03-03-2002, 06:58 PM
  5. MFC is Challenging :: C++
    By kuphryn in forum C++ Programming
    Replies: 8
    Last Post: 02-05-2002, 01:33 AM