Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What is...

What is...

Scheduled Pinned Locked Moved The Lounge
questionlearningc++help
14 Posts 11 Posters 17 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S stupration

    the best book(for a beginner) on MFC? I'm finally taking that plunge and getting a thorough book on it instead of trying to take the trial and error route.

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #3

    Programming Windows with MFC Second Edition by Jeff Prosise.


    Kicking, squealing Gucci little piggy.

    P N F 3 Replies Last reply
    0
    • L Lost User

      Programming Windows with MFC Second Edition by Jeff Prosise.


      Kicking, squealing Gucci little piggy.

      P Offline
      P Offline
      Paul Selormey
      wrote on last edited by
      #4

      True! I have the first edition and think the second will rock ;P After Jeff's book, spend more time on CP - you will hardly need other books beside the MFC source codes and articles here! Best regards, Paul. Jesus Christ is LOVE! Please tell somebody.

      J 1 Reply Last reply
      0
      • S stupration

        the best book(for a beginner) on MFC? I'm finally taking that plunge and getting a thorough book on it instead of trying to take the trial and error route.

        C Offline
        C Offline
        ColinDavies
        wrote on last edited by
        #5

        stupration wrote: the best book(for a beginner) on MFC? IMHO: If you need books or articles to learn how to code you have no place in the industry. And would do us all a favor if you moved to VB. If God intended you to be a real programmer then C, C++, Fortran, or machine code should come natural to you. Regardz Colin J Davies

        Sonork ID 100.9197:Colin

        You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

        D N 2 Replies Last reply
        0
        • C ColinDavies

          stupration wrote: the best book(for a beginner) on MFC? IMHO: If you need books or articles to learn how to code you have no place in the industry. And would do us all a favor if you moved to VB. If God intended you to be a real programmer then C, C++, Fortran, or machine code should come natural to you. Regardz Colin J Davies

          Sonork ID 100.9197:Colin

          You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

          D Offline
          D Offline
          Debs 0
          wrote on last edited by
          #6

          I have two, so ok, it's a fair cop, guv, I'm obviously not a natural programmer. Just don't tell my boss as he thinks I'm quite good at it ;) MFC Programming from the ground up (Herbert Schildt), which is pretty independent of visual studio - no wizards etc. and Professional MFC by Mike Blaszczak (Wrox), which approaches it assuming you *are* going to be using VS wizards. Debbie

          1 Reply Last reply
          0
          • P Paul Selormey

            True! I have the first edition and think the second will rock ;P After Jeff's book, spend more time on CP - you will hardly need other books beside the MFC source codes and articles here! Best regards, Paul. Jesus Christ is LOVE! Please tell somebody.

            J Offline
            J Offline
            Joao Vaz
            wrote on last edited by
            #7

            Paul Selormey wrote: After Jeff's book, spend more time on CP - you will hardly need other books beside the MFC source codes and articles here! So true, so true :-D Cheers,Joao Vaz And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9 Remember just because a good thing comes to an end, doesn't mean that the next one can't be better.-Chris Meech

            1 Reply Last reply
            0
            • C ColinDavies

              stupration wrote: the best book(for a beginner) on MFC? IMHO: If you need books or articles to learn how to code you have no place in the industry. And would do us all a favor if you moved to VB. If God intended you to be a real programmer then C, C++, Fortran, or machine code should come natural to you. Regardz Colin J Davies

              Sonork ID 100.9197:Colin

              You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

              N Offline
              N Offline
              Nick Parker
              wrote on last edited by
              #8

              Colin Davies wrote: IMHO: If you need books or articles to learn how to code you have no place in the industry. And would do us all a favor if you moved to VB. If God intended you to be a real programmer then C, C++, Fortran, or machine code should come natural to you. You know Colin, sometimes I think you really try to make your post controversial (and yet many other times not). :laugh: Nick Parker
              May your glass be ever full. May the roof over your head be always strong. And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing


              C 1 Reply Last reply
              0
              • L Lost User

                Programming Windows with MFC Second Edition by Jeff Prosise.


                Kicking, squealing Gucci little piggy.

                N Offline
                N Offline
                Nick Parker
                wrote on last edited by
                #9

                Robert Edward Caldecott wrote: Programming Windows with MFC Second Edition by Jeff Prosise. My 2 Cents: Actually I have that book and I feel that it is more geared toward a C developer with experience. It is a good book, but maybe not for the ultimate beginner. :) Nick Parker
                May your glass be ever full. May the roof over your head be always strong. And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing


                1 Reply Last reply
                0
                • L Lost User

                  Programming Windows with MFC Second Edition by Jeff Prosise.


                  Kicking, squealing Gucci little piggy.

                  F Offline
                  F Offline
                  Francisco Viella
                  wrote on last edited by
                  #10

                  Robert Edward Caldecott wrote: Programming Windows with MFC Second Edition by Jeff Prosise. I completely agree. I was completely lost until I first read this book six years ago. Regards. Francisco Viella Why am I still a bronze member?

                  1 Reply Last reply
                  0
                  • S stupration

                    the best book(for a beginner) on MFC? I'm finally taking that plunge and getting a thorough book on it instead of trying to take the trial and error route.

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #11

                    Programming Windows 95 with MFC by Jeff Prosise. It's been updated but it (for me) was brilliant. cheers, Chris Maunder

                    D 1 Reply Last reply
                    0
                    • C Chris Maunder

                      Programming Windows 95 with MFC by Jeff Prosise. It's been updated but it (for me) was brilliant. cheers, Chris Maunder

                      D Offline
                      D Offline
                      dandy72
                      wrote on last edited by
                      #12

                      ...followed by MFC Internals (http://www.amazon.com/exec/obidos/tg/detail/-/0201407213/qid=1036598951/sr=8-1/ref=sr_8_1/104-7356142-8171164?v=glance&s=books&n=507846[^]) if you're already familiar with straight C API programming and wanna know exactly how MFC works. It was a great eye-opener for me.

                      1 Reply Last reply
                      0
                      • N Nick Parker

                        Colin Davies wrote: IMHO: If you need books or articles to learn how to code you have no place in the industry. And would do us all a favor if you moved to VB. If God intended you to be a real programmer then C, C++, Fortran, or machine code should come natural to you. You know Colin, sometimes I think you really try to make your post controversial (and yet many other times not). :laugh: Nick Parker
                        May your glass be ever full. May the roof over your head be always strong. And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing


                        C Offline
                        C Offline
                        ColinDavies
                        wrote on last edited by
                        #13

                        Nick Parker wrote: You know Colin, sometimes I think you really try to make your post controversial I don't think my post was controversal, just plain stupid. But it's surprising how many people have no sense of humour, and would take a post like that seriously. :-) Regardz Colin J Davies

                        Sonork ID 100.9197:Colin

                        You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

                        N 1 Reply Last reply
                        0
                        • C ColinDavies

                          Nick Parker wrote: You know Colin, sometimes I think you really try to make your post controversial I don't think my post was controversal, just plain stupid. But it's surprising how many people have no sense of humour, and would take a post like that seriously. :-) Regardz Colin J Davies

                          Sonork ID 100.9197:Colin

                          You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

                          N Offline
                          N Offline
                          Nick Parker
                          wrote on last edited by
                          #14

                          Colin Davies wrote: I don't think my post was controversal, just plain stupid. Gosh, you have to bust a guy for trying to *be* nice. I was only kidding. :) Nick Parker
                          May your glass be ever full. May the roof over your head be always strong. And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing


                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups