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. General Programming
  3. C / C++ / MFC
  4. c++

c++

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
5 Posts 4 Posters 0 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.
  • J Offline
    J Offline
    Jeff Szielenski
    wrote on last edited by
    #1

    I want to write windows programs. I don't know where to start. Do you know of any websites/books that you found to be of great help?

    B U 2 Replies Last reply
    0
    • J Jeff Szielenski

      I want to write windows programs. I don't know where to start. Do you know of any websites/books that you found to be of great help?

      B Offline
      B Offline
      Brigg Thorp
      wrote on last edited by
      #2

      As for C++ books, I can recommend a couple good ones. First, try Inside Visual C++ 5.0. It hasn't been updated since the author passed away, but this is a good starting point. Next, I would suggest Programming Windows 95 with MFC by Petzold. Also, I have been happy with Mike Blazack's Professional MFC as well. All 3 of these books together would give you a great starting point. Another one that would probably help you get up to speed is Sam's Teach Yourself Visual C++ Programming in 21 Days. As far as websites, you can look here as well as CodeGuru (http://www.codeguru.com).

      U 1 Reply Last reply
      0
      • B Brigg Thorp

        As for C++ books, I can recommend a couple good ones. First, try Inside Visual C++ 5.0. It hasn't been updated since the author passed away, but this is a good starting point. Next, I would suggest Programming Windows 95 with MFC by Petzold. Also, I have been happy with Mike Blazack's Professional MFC as well. All 3 of these books together would give you a great starting point. Another one that would probably help you get up to speed is Sam's Teach Yourself Visual C++ Programming in 21 Days. As far as websites, you can look here as well as CodeGuru (http://www.codeguru.com).

        U Offline
        U Offline
        User 1472
        wrote on last edited by
        #3

        Uh, if you don't already know C++, please do yourself a favor and stay away from application specific books like "Inside Visual C++ x.x", "Teach Yourself Visual C++ ...". Buy a book that focuses on the language C++. Later, when you know C++ and want to get more familiar with Microsoft's development tools for C++, you can read a "Visual C++" book. Until then don't muddle the two things in your brain: there is C++ the language and there is Visual C++ which is a development tool for C++. Some recommened C++ books: Stanley B. Lippman C++ Primer, Second Edition Addison Wesley ISBN 0-201-54848-8. Bruce Eckel C++ Inside & Out McGraw-Hill ISBN 0-07-881809-5. (and for the hardcore only.. more of a refernce than a learning guide...) Bjarne Stroustrup The C++ programming language Addison-Wesley ISBN 0-201-539929-6

        B 1 Reply Last reply
        0
        • U User 1472

          Uh, if you don't already know C++, please do yourself a favor and stay away from application specific books like "Inside Visual C++ x.x", "Teach Yourself Visual C++ ...". Buy a book that focuses on the language C++. Later, when you know C++ and want to get more familiar with Microsoft's development tools for C++, you can read a "Visual C++" book. Until then don't muddle the two things in your brain: there is C++ the language and there is Visual C++ which is a development tool for C++. Some recommened C++ books: Stanley B. Lippman C++ Primer, Second Edition Addison Wesley ISBN 0-201-54848-8. Bruce Eckel C++ Inside & Out McGraw-Hill ISBN 0-07-881809-5. (and for the hardcore only.. more of a refernce than a learning guide...) Bjarne Stroustrup The C++ programming language Addison-Wesley ISBN 0-201-539929-6

          B Offline
          B Offline
          Brigg Thorp
          wrote on last edited by
          #4

          Well, since he said he wanted to learn Windows programming (using C++) then I assumed that he knew C++. Obviously, you should know the language construx before attempting to do development with it. That's why my suggestions focused on using C++ to develop Windows apps, versus scholarly language references like Stroustrup C++ book.

          1 Reply Last reply
          0
          • J Jeff Szielenski

            I want to write windows programs. I don't know where to start. Do you know of any websites/books that you found to be of great help?

            U Offline
            U Offline
            User 749
            wrote on last edited by
            #5

            "Programming Windows 95 with MFC" by Jeff Prosise is recommended highly among programming circles these days. It's published by Microsoft Press, and you can find it at http://www.bn.com/, http://www.amazon.com/, http://www.fatbrain.com/, or in the computer programming section of your favorite bookstore. Cheers, Brian

            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