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. Books

Books

Scheduled Pinned Locked Moved The Lounge
c++graphicsdesignquestioncareer
14 Posts 9 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.
  • M Maximilien

    I remember that sometime ago, there was a thread or two about books, programming books, software engineering books, and stuff like that, is there a consensus list of "must have" books ? I think that I might be able to buy some, here's the initial list : "Windows Programming Win32" ( Petzold ) "MFC Programming" ( Prosise ) "Effective C++" and "More Effective C++" (Meyers ) "Exceptional C++" and "More Exceptional C++" ( Sutter ) ( maybe, had them ordered at my last job, but didn't really liked them, but I didn't spent too much time reading them ) "Large-Scale C++ Software Design" ( lakos ) "Design Patterns CD: Elements of Reusable Object-Oriented Software" ( few authors ) one or 2 STL books ? Any other suggestions ? we're doing Windows MFC/C++ application with some element of geometry and graphics. Thanks. Max.

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

    Mmmmmmmm.. Also: "Inside the .Net Framework" (Petzold?) and "Applied Cryptography" :) evilpen dot net::msn messenger:negacao@hotmail.com

    M 1 Reply Last reply
    0
    • L Lost User

      Mmmmmmmm.. Also: "Inside the .Net Framework" (Petzold?) and "Applied Cryptography" :) evilpen dot net::msn messenger:negacao@hotmail.com

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #3

      useless in the line of work I do ... I don't do cryptography, or professional .net development yet! Max.

      1 Reply Last reply
      0
      • M Maximilien

        I remember that sometime ago, there was a thread or two about books, programming books, software engineering books, and stuff like that, is there a consensus list of "must have" books ? I think that I might be able to buy some, here's the initial list : "Windows Programming Win32" ( Petzold ) "MFC Programming" ( Prosise ) "Effective C++" and "More Effective C++" (Meyers ) "Exceptional C++" and "More Exceptional C++" ( Sutter ) ( maybe, had them ordered at my last job, but didn't really liked them, but I didn't spent too much time reading them ) "Large-Scale C++ Software Design" ( lakos ) "Design Patterns CD: Elements of Reusable Object-Oriented Software" ( few authors ) one or 2 STL books ? Any other suggestions ? we're doing Windows MFC/C++ application with some element of geometry and graphics. Thanks. Max.

        J Offline
        J Offline
        Jon Sagara
        wrote on last edited by
        #4

        http://www.codeproject.com/scrapbook/referencebooks.asp[^] Jon Sagara Damnit Jim!

        M 1 Reply Last reply
        0
        • J Jon Sagara

          http://www.codeproject.com/scrapbook/referencebooks.asp[^] Jon Sagara Damnit Jim!

          M Offline
          M Offline
          Maximilien
          wrote on last edited by
          #5

          I looked in the scrapbook, I must be blind! Thanks alot! Max.

          1 Reply Last reply
          0
          • M Maximilien

            I remember that sometime ago, there was a thread or two about books, programming books, software engineering books, and stuff like that, is there a consensus list of "must have" books ? I think that I might be able to buy some, here's the initial list : "Windows Programming Win32" ( Petzold ) "MFC Programming" ( Prosise ) "Effective C++" and "More Effective C++" (Meyers ) "Exceptional C++" and "More Exceptional C++" ( Sutter ) ( maybe, had them ordered at my last job, but didn't really liked them, but I didn't spent too much time reading them ) "Large-Scale C++ Software Design" ( lakos ) "Design Patterns CD: Elements of Reusable Object-Oriented Software" ( few authors ) one or 2 STL books ? Any other suggestions ? we're doing Windows MFC/C++ application with some element of geometry and graphics. Thanks. Max.

            C Offline
            C Offline
            Christopher Duncan
            wrote on last edited by
            #6

            My copy of MFC Internals by George Shepherd and Scot Wingo (Addison Wesley) is a bit dated now since it addresses MFC version 4.0, but much like Petzold's classic Programming Windows, I think it's still an excellent addition to your bookshelf as it speaks directly to what MFC is doing under the hood. While there have been enhancements since it was written, the basic architecture remains the same. Since any professional MFC programmer ends up in the class library source code sooner or later (usually sooner), I found it to be both very practical and well written. Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

            C 1 Reply Last reply
            0
            • C Christopher Duncan

              My copy of MFC Internals by George Shepherd and Scot Wingo (Addison Wesley) is a bit dated now since it addresses MFC version 4.0, but much like Petzold's classic Programming Windows, I think it's still an excellent addition to your bookshelf as it speaks directly to what MFC is doing under the hood. While there have been enhancements since it was written, the basic architecture remains the same. Since any professional MFC programmer ends up in the class library source code sooner or later (usually sooner), I found it to be both very practical and well written. Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

              C Offline
              C Offline
              carrie
              wrote on last edited by
              #7

              As well as the usual books on MFC & Win32, I've got to put my fav 2 books for just now, Debugging Windows Applications by John Robbins Windows Sockets Network Programming by Quinn & Shutte My top 2 books of the moment, bet you can't guess the programs I'm working on :)

              C 1 Reply Last reply
              0
              • C carrie

                As well as the usual books on MFC & Win32, I've got to put my fav 2 books for just now, Debugging Windows Applications by John Robbins Windows Sockets Network Programming by Quinn & Shutte My top 2 books of the moment, bet you can't guess the programs I'm working on :)

                C Offline
                C Offline
                Christopher Duncan
                wrote on last edited by
                #8

                carrie wrote: My top 2 books of the moment, bet you can't guess the programs I'm working on I'm nose deep in sockets myself at the moment. I feel your pain! :-) Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

                C 1 Reply Last reply
                0
                • M Maximilien

                  I remember that sometime ago, there was a thread or two about books, programming books, software engineering books, and stuff like that, is there a consensus list of "must have" books ? I think that I might be able to buy some, here's the initial list : "Windows Programming Win32" ( Petzold ) "MFC Programming" ( Prosise ) "Effective C++" and "More Effective C++" (Meyers ) "Exceptional C++" and "More Exceptional C++" ( Sutter ) ( maybe, had them ordered at my last job, but didn't really liked them, but I didn't spent too much time reading them ) "Large-Scale C++ Software Design" ( lakos ) "Design Patterns CD: Elements of Reusable Object-Oriented Software" ( few authors ) one or 2 STL books ? Any other suggestions ? we're doing Windows MFC/C++ application with some element of geometry and graphics. Thanks. Max.

                  S Offline
                  S Offline
                  Stefan Pedersen
                  wrote on last edited by
                  #9

                  I would choose a STL book instead of "Large-Scale...". I found it boring as hell and the stuff in it aren't really anything new if you have been doing C++ for a while.

                  A 1 Reply Last reply
                  0
                  • M Maximilien

                    I remember that sometime ago, there was a thread or two about books, programming books, software engineering books, and stuff like that, is there a consensus list of "must have" books ? I think that I might be able to buy some, here's the initial list : "Windows Programming Win32" ( Petzold ) "MFC Programming" ( Prosise ) "Effective C++" and "More Effective C++" (Meyers ) "Exceptional C++" and "More Exceptional C++" ( Sutter ) ( maybe, had them ordered at my last job, but didn't really liked them, but I didn't spent too much time reading them ) "Large-Scale C++ Software Design" ( lakos ) "Design Patterns CD: Elements of Reusable Object-Oriented Software" ( few authors ) one or 2 STL books ? Any other suggestions ? we're doing Windows MFC/C++ application with some element of geometry and graphics. Thanks. Max.

                    N Offline
                    N Offline
                    Navin
                    wrote on last edited by
                    #10

                    I have this STL book sitting on my shelf: The C++ Standard Library (Josuttis) "Time spent with cats is never wasted." - Colette

                    1 Reply Last reply
                    0
                    • C Christopher Duncan

                      carrie wrote: My top 2 books of the moment, bet you can't guess the programs I'm working on I'm nose deep in sockets myself at the moment. I feel your pain! :-) Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

                      C Offline
                      C Offline
                      carrie
                      wrote on last edited by
                      #11

                      Its funny that when checking Amazon the most suitable book that I could find was from 1995 or 1996, can't remember :) Great book though, its making me forget the pain of spending 3 weeks writing a program in WinInet only to find out from the MSDN newsgroups that it only supports one CFtpConnection at a time. You live and learn :)

                      C 1 Reply Last reply
                      0
                      • M Maximilien

                        I remember that sometime ago, there was a thread or two about books, programming books, software engineering books, and stuff like that, is there a consensus list of "must have" books ? I think that I might be able to buy some, here's the initial list : "Windows Programming Win32" ( Petzold ) "MFC Programming" ( Prosise ) "Effective C++" and "More Effective C++" (Meyers ) "Exceptional C++" and "More Exceptional C++" ( Sutter ) ( maybe, had them ordered at my last job, but didn't really liked them, but I didn't spent too much time reading them ) "Large-Scale C++ Software Design" ( lakos ) "Design Patterns CD: Elements of Reusable Object-Oriented Software" ( few authors ) one or 2 STL books ? Any other suggestions ? we're doing Windows MFC/C++ application with some element of geometry and graphics. Thanks. Max.

                        M Offline
                        M Offline
                        Marc Clifton
                        wrote on last edited by
                        #12

                        I see most people listed technical books. While technical books teach you the nuts and bolts, I have found that the following list has shaped my entire philosophy toward programming, design, and management: "Flight" by Kris Craft "System Design From Provably Correct Construct" by James Martin (ok, sort of about programming!) "The Astonishing Hypothesis" by Francis Glick "Vital Dust" by Christian De Duve "Philosophy of Freedom" by Rudolf Steiner These books teach you how to think about things in a different way, and the concepts relate directly to the design of human usable programs. Marc

                        1 Reply Last reply
                        0
                        • S Stefan Pedersen

                          I would choose a STL book instead of "Large-Scale...". I found it boring as hell and the stuff in it aren't really anything new if you have been doing C++ for a while.

                          A Offline
                          A Offline
                          Andrew Waltz
                          wrote on last edited by
                          #13

                          I agree on "Large-Scale C++". I didn't find it very useful. Although it's the only book that I know of that focuses on physical design. Unless your project is over 500k lines, I don't think it's very helpful. Also, I thought Stroustrup's "C++ Programming Language" was really bad. It wasn't hard to understand, but the organization was horrible. The part on STL wasn't comprehensive enough to be worthwile. The same goes for the part on design. Does anyone know of a good book on graphics algorithms? Any opinions on "Computer Graphics: Principles and Practice(2nd Edition)"? I have Feng Yuan's book. It's alright, but I need something that explains how to implement filter effects. Such as fog, clouds, explosions, lightning, water, etc.

                          1 Reply Last reply
                          0
                          • C carrie

                            Its funny that when checking Amazon the most suitable book that I could find was from 1995 or 1996, can't remember :) Great book though, its making me forget the pain of spending 3 weeks writing a program in WinInet only to find out from the MSDN newsgroups that it only supports one CFtpConnection at a time. You live and learn :)

                            C Offline
                            C Offline
                            Christopher Duncan
                            wrote on last edited by
                            #14

                            carrie wrote: Its funny that when checking Amazon the most suitable book that I could find was from 1995 or 1996, Yeah, that says a little something about how much truly new technology has come out since then, doesn't it? :-) Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

                            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