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 dev books are you reading?

What dev books are you reading?

Scheduled Pinned Locked Moved The Lounge
c++linuxquestionlearning
32 Posts 25 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.
  • B Beth Mackenzie

    Hi Everyone, My book worming has reached into Scott Meyers Effective C++ (3rd) + More Effective C++ and also C++ Template Metaprogramming. Beth

    --- Elle A Du Shell

    K Offline
    K Offline
    Kevin McFarlane
    wrote on last edited by
    #23

    No C++. That's for dinosaurs. :) (Ducks and runs for cover) However, I do have the earlier editions of the Scott Meyers books. They or comparable should be mandatory for C++ devs. I'm in .NET land at the moment, so I'm reading Pro WF.

    Kevin

    B 1 Reply Last reply
    0
    • B Beth Mackenzie

      Hi Everyone, My book worming has reached into Scott Meyers Effective C++ (3rd) + More Effective C++ and also C++ Template Metaprogramming. Beth

      --- Elle A Du Shell

      P Offline
      P Offline
      pbraun
      wrote on last edited by
      #24

      I'm reading the tags on my mattress. That's heavy stuff when they are on top of you.... :laugh: Phil

      1 Reply Last reply
      0
      • J JudyL_MD

        Looking at what everyone else is reading, you can really get a good idea of what part of the realm that is "Windows Programming" everyone is working in. I'm currently re-reading both Microsoft Windows Internals, 4th edition (Solomon and Russinovich) and Programming The Microsoft Windows Driver Model, 2nd edition (Oney). Can you tell I do lower level stuff than most people here? :) Judy

        P Offline
        P Offline
        pbraun
        wrote on last edited by
        #25

        I have done that in a past job as well. I find that unless you get some experience with some of the "make it look pretty" coding, potential employers tend to gloss over the experience you have. Phil

        J 1 Reply Last reply
        0
        • K Kevin McFarlane

          No C++. That's for dinosaurs. :) (Ducks and runs for cover) However, I do have the earlier editions of the Scott Meyers books. They or comparable should be mandatory for C++ devs. I'm in .NET land at the moment, so I'm reading Pro WF.

          Kevin

          B Offline
          B Offline
          Beth Mackenzie
          wrote on last edited by
          #26

          Fine :D But I'm also doing .NET stuff with C# Outlook Add-in's for our Sales (in Riverblade land) with wonderful threading and databasing and NUnit too, so there!!

          --- Elle A Du Shell

          1 Reply Last reply
          0
          • B Beth Mackenzie

            Hi Everyone, My book worming has reached into Scott Meyers Effective C++ (3rd) + More Effective C++ and also C++ Template Metaprogramming. Beth

            --- Elle A Du Shell

            R Offline
            R Offline
            Ravi Bhavnani
            wrote on last edited by
            #27

            MSDN and the Architecture Journal. /ravi

            This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

            1 Reply Last reply
            0
            • B Beth Mackenzie

              Hi Everyone, My book worming has reached into Scott Meyers Effective C++ (3rd) + More Effective C++ and also C++ Template Metaprogramming. Beth

              --- Elle A Du Shell

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

              Bethany ) wrote:

              My book worming has reached into Scott Meyers Effective C++ (3rd) + More Effective C++

              Someone pinched my copies of those books a couple of years ago :( I've been reading his Effective STL book lately

              1 Reply Last reply
              0
              • B brianwelsch

                I'll be getting into "Pro C# 2005 and the .NET 2.0 Platform" by Andrew Troelsen this weekend.

                BW


                Quick to judge, quick to anger, slow to understand.
                Ignorance and prejudice and fear walk hand in hand.
                -- Neil Peart

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

                brianwelsch wrote:

                I'll be getting into "Pro C# 2005 and the .NET 2.0 Platform" by Andrew Troelsen this weekend.

                I bought that same book last year and I have read most of it. It is a very good book. Actually I love it. You shouldn't be disappointed at all, especially if you get the hard cover.

                █▒▒▒▒▒██▒█▒██ █▒█████▒▒▒▒▒█ █▒██████▒█▒██ █▒█████▒▒▒▒▒█ █▒▒▒▒▒██▒█▒██

                1 Reply Last reply
                0
                • B Beth Mackenzie

                  Hi Everyone, My book worming has reached into Scott Meyers Effective C++ (3rd) + More Effective C++ and also C++ Template Metaprogramming. Beth

                  --- Elle A Du Shell

                  S Offline
                  S Offline
                  Sebastian Schneider
                  wrote on last edited by
                  #30

                  I just bought myself my first own copy of TAOCP Vol. 1, as well as the GoF Design Patterns. I live next door to the public library, so I usually went there to read in them, but they recently announced that they would close that branch next year, so I figured, what the heck, I'll buy them. Did not expect them to take such a bite out of my account ;)

                  Cheers, Sebastian -- Ceterum censeo, borlandem esse delendam.

                  1 Reply Last reply
                  0
                  • J JudyL_MD

                    Looking at what everyone else is reading, you can really get a good idea of what part of the realm that is "Windows Programming" everyone is working in. I'm currently re-reading both Microsoft Windows Internals, 4th edition (Solomon and Russinovich) and Programming The Microsoft Windows Driver Model, 2nd edition (Oney). Can you tell I do lower level stuff than most people here? :) Judy

                    M Offline
                    M Offline
                    Mike Dimmick
                    wrote on last edited by
                    #31

                    I don't do any driver stuff, but I think every developer should read the first one so they have the first clue what the OS is actually doing with their program.

                    Stability. What an interesting concept. -- Chris Maunder

                    1 Reply Last reply
                    0
                    • P pbraun

                      I have done that in a past job as well. I find that unless you get some experience with some of the "make it look pretty" coding, potential employers tend to gloss over the experience you have. Phil

                      J Offline
                      J Offline
                      JudyL_MD
                      wrote on last edited by
                      #32

                      pbraun wrote:

                      I have done that in a past job as well. I find that unless you get some experience with some of the "make it look pretty" coding, potential employers tend to gloss over the experience you have.

                      I agree that some employers will ignore that but it depends on what job market / industry domain you're looking in. I've never done work that included much of the "pretty" stuff and I've been not doing it continuously for over 20 years in 4 different states (ok, 3 states but the two parts of Florida I've been in can't be considered the same state). I do make GUIs and such to provide command and control for the hardware I'm talking to and the software services I'm providing to other programs, but the GUIs have never been for widespread consumption. I think the target audience of your project is the key - commercial (mass market) versus internal engineeer / single customer (very limited market). If the end-user base is small, "pretty" becomes what the customer, whom you can sit down with on-on-one, decides is ideal for their needs. The one-off customer doesn't usually want "pretty." They want efficient and easy-to-use and usually have enough knowledge of the problem being solved that you don't have to include lots of bells and whistles to hold their hand while they use the program. Note that you still need a well-designed GUI taking advantage of the controls that are available but I've never written something that I'd consider included the "pretty" stuff. Judy

                      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