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. Do you have a favorite programming book and if so, what is it?

Do you have a favorite programming book and if so, what is it?

Scheduled Pinned Locked Moved The Lounge
questionc++learning
87 Posts 42 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.
  • H honey the codewitch

    Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

    Real programmers use butterflies

    M Offline
    M Offline
    Martin ISDN
    wrote on last edited by
    #61

    "The C Programming Language" 1st edition 1978 by Brian Kernighan and Dennis Ritchie. it's absence of restrictions and it's generality. notable mentions "Foundations of Python Network Programming" 2004 by John Goerzen "The Principles of Object-Oriented JavaScript" 2004 by Nicholas C. Zakas

    1 Reply Last reply
    0
    • H honey the codewitch

      Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

      Real programmers use butterflies

      O Offline
      O Offline
      obermd
      wrote on last edited by
      #62

      I'd have to go with Charles Petzold's Windows (C) Programming book.

      1 Reply Last reply
      0
      • A Andrew Leeder

        'C' Programming, K & R, first edition.

        F Offline
        F Offline
        Forogar
        wrote on last edited by
        #63

        This was one of the first programming books I ever bought.

        - I would love to change the world, but they won’t give me the source code.

        1 Reply Last reply
        0
        • H honey the codewitch

          The dragon book is in the running for me but minus points because it could have been written to be far more accessible.

          Real programmers use butterflies

          M Offline
          M Offline
          Member 9311455
          wrote on last edited by
          #64

          K&R from decades gone by.

          “If only you could see what I’ve seen with your eyes”

          J 1 Reply Last reply
          0
          • H honey the codewitch

            Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

            Real programmers use butterflies

            D Offline
            D Offline
            Dan Neely
            wrote on last edited by
            #65

            Back in the office I have a half dozenish of them. Several are stacked under the non-height adjustable monitor I left there back in march (I liked my spare monitor at home better), and the other half were used to put my laptop screen at a similar height to my monitors (at home I'm using a 6-pack of Coke :-\ ).

            Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

            1 Reply Last reply
            0
            • J Jon McKee

              I was going to say Clean Code by Robert C. Martin but Sander beat me to it, so I'm gonna go with [Specifying Systems by Leslie Lamport](https://lamport.azurewebsites.net/tla/book.html). Not only is it a really interesting book but it's also pretty good for brushing up on discrete mathematics.

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #66

              I read Leslie Nielsen because I didn't expect to see any other Leslie on CP. Had to read it twice :laugh:

              Best, Sander Azure Serverless Succinctly Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

              J 1 Reply Last reply
              0
              • P PIEBALDconsult

                I was thinking about that just the other day. "Code" by Charles Petzold.

                D Offline
                D Offline
                David Carta
                wrote on last edited by
                #67

                I found Code to be amazing for the first half of the book, but it lost clarity for me in the second half. It just seemed that he lost the desire to make his more advanced information approachable. "Qulatiy is Job #1"

                1 Reply Last reply
                0
                • H honey the codewitch

                  Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

                  Real programmers use butterflies

                  G Offline
                  G Offline
                  gervacleto
                  wrote on last edited by
                  #68

                  The C Programming Language by Kernigan and Ritchie I read this book in mid 80's and it was inspirational to me. At that time I had an Amiga, with Aztec C Compiler and used this book to travel through the mechanics of programming. Very well explained and not too much technical (… sure?). But for me, this book was a trap, because C is in itself a very hard matter to learn well and those guys put it as a if it was like a stroll on a farm and not like climbing the Everest.

                  The day you do not learn something new, is a wasted day!

                  1 Reply Last reply
                  0
                  • R RDM Jr

                    For me, it's a toss up between Kernighan & Ritchie's The C Programming Language, and Aho, Kernighan and Weinberger's The AWK Programming Language. Other books I remember from college days include Fortran IV With Watfor and Watfiv, and a two book set of Shelley & Cashman on Cobol. Those are all still around, somewhere in the attic, along with a lot of seriously outdated hardware. I know there's a 300 baud modem with the acoustic couplers for a standard Bell desk phone's handset up there, and a couple of cases of 80-column cards.

                    D Offline
                    D Offline
                    David Carta
                    wrote on last edited by
                    #69

                    Plus one for this choice: Kernighan & Ritchie's The C Programming Language I taught myself C by reading and re-reading the second edition and everything was approachable, right through the end. "Qulatiy is Job #1"

                    1 Reply Last reply
                    0
                    • H honey the codewitch

                      Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

                      Real programmers use butterflies

                      H Offline
                      H Offline
                      henrin
                      wrote on last edited by
                      #70

                      Yes I do: Méthodes de programmation (2nd ed. Eyrolles 1986) by Bertrand Meyer (who created the Eiffel programming language and the idea of design by contract), and Claude Baudoin

                      1 Reply Last reply
                      0
                      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                        Not that I reading it anymore, but have a special place for my copy of PC Intern - System Programming by Michael Tischer... It is about DOS so mostly irrelevant, but I've learned a lot about how to see things from that book...

                        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

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

                        For nostalgia, I still have IBM's Guide to Operations, and Technical Reference, for the PC; which included a source listing of the BIOS, printer codes, memory addresses, etc. Now you just go and buy a chip.

                        It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                        1 Reply Last reply
                        0
                        • H honey the codewitch

                          Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

                          Real programmers use butterflies

                          S Offline
                          S Offline
                          sasadler
                          wrote on last edited by
                          #72

                          I haven't touched it in a few decades but Starting Forth by Leo Brodie. And yes I am old!

                          H 1 Reply Last reply
                          0
                          • S sasadler

                            I haven't touched it in a few decades but Starting Forth by Leo Brodie. And yes I am old!

                            H Offline
                            H Offline
                            honey the codewitch
                            wrote on last edited by
                            #73

                            Wow, Forth. There's a blast from the past! Unlike Cobol, I don't usually hear a lot about old software written in Forth. I can't remember the last time I've even heard it. :)

                            Real programmers use butterflies

                            S 1 Reply Last reply
                            0
                            • H honey the codewitch

                              Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

                              Real programmers use butterflies

                              L Offline
                              L Offline
                              Lucas Vogel
                              wrote on last edited by
                              #74

                              Dan Appleman's Developing COM/ActiveX Components With Visual Basic 6. That book launched my career and did more to help me understand COM/ActiveX than anything else at the time. It didn't help me so much with C++ when I started learning it, but it helped me understand what I was trying to do with it at the time by quite a bit.

                              1 Reply Last reply
                              0
                              • H honey the codewitch

                                Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

                                Real programmers use butterflies

                                M Offline
                                M Offline
                                Member_5893260
                                wrote on last edited by
                                #75

                                "A Discipline of Programming" by Dijkstra. He says in just a few pages what Knuth takes five volumes to express. https://www.amazon.com/Discipline-Programming-Edsger-W-Dijkstra/dp/013215871X/[^]

                                1 Reply Last reply
                                0
                                • H honey the codewitch

                                  Mine would be Accelerated C++ by Andrew Koenig and Barbara Moo. It's mercifully short, and it teaches C++ the Right Way(TM) - the way Bjarne intended it to be used, and how it works best. It's suitable for beginners to C++ and in fact I recommend it for teaching C++, and it's the only one I'll recommend for that.

                                  Real programmers use butterflies

                                  C Offline
                                  C Offline
                                  Choroid
                                  wrote on last edited by
                                  #76

                                  The Waite Group's Visual Basic 6 Interactive Course Published by SAMS in 1998 I am Old and this was my First Book and Language Books are not written like this today Why ? The Cost and you can make more money with a 100 YouTube Videos

                                  1 Reply Last reply
                                  0
                                  • R raddevus

                                    PIEBALDconsult wrote:

                                    "Code" by Charles Petzold.

                                    It's an amazing book that helps tie software and hardware all together. I've learned stuff in that book that you cannot learn anywhere else. I guess maybe in high-level university courses maybe.

                                    R Offline
                                    R Offline
                                    Ryan Peden
                                    wrote on last edited by
                                    #77

                                    You might enjoy the Nand to Tetris courses and the book that goes with them: nand2tetris[^] The cover some of the same territory as Code but along the way you actually created a simulated computer and by the end of the whole thing, you're able to run Tetris on it.

                                    1 Reply Last reply
                                    0
                                    • H honey the codewitch

                                      Wow, Forth. There's a blast from the past! Unlike Cobol, I don't usually hear a lot about old software written in Forth. I can't remember the last time I've even heard it. :)

                                      Real programmers use butterflies

                                      S Offline
                                      S Offline
                                      sasadler
                                      wrote on last edited by
                                      #78

                                      At one of the places I worked at I selected Forth (multitasking version I wrote) as an intermediate language. The PC would compile flow charts into Forth text files which would be downloaded to an industrial controller where the Forth interpreter/compile would compile it to machine code. Their system still uses it today.

                                      1 Reply Last reply
                                      0
                                      • Sander RosselS Sander Rossel

                                        I'm not one for books, but if I had to pick one (besides my own, of course) I'd go with Robert C. Martin's Clean Code. That book changed the way I write and think about code. The beauty is that it applies to all languages that were, are or will ever be used, although it uses Java for examples. Come to think of it, if a Java book is my favorite it has to be REALLY VERY GOOD! :~

                                        Best, Sander Azure Serverless Succinctly Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                        B Offline
                                        B Offline
                                        BernardIE5317
                                        wrote on last edited by
                                        #79

                                        C: A Reference Manual - by Harbison & Steele is what Kernighan & Ritchie wished they had written. It is superb. Cheerios

                                        Sander RosselS 1 Reply Last reply
                                        0
                                        • B BernardIE5317

                                          C: A Reference Manual - by Harbison & Steele is what Kernighan & Ritchie wished they had written. It is superb. Cheerios

                                          Sander RosselS Offline
                                          Sander RosselS Offline
                                          Sander Rossel
                                          wrote on last edited by
                                          #80

                                          You may have replied to the wrong message because my post was neither about C nor Kernighan & Ritchie ;)

                                          Best, Sander Azure Serverless Succinctly Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                                          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