Thread: Recommendation on Books for Designing Classes/etc.. in C++

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    2
    <<split from C++ Book Recommendations>>

    Hello,


    I need recommendation on books for designing classes/etc.. in C++.
    I have couple of books from the above list, but i need some guidance on how to approach a particular problem and model that into classes/member functions etc..

    TIA,
    Raahi.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Have the same problem. I always struggle with design.

    I bought Addison Wesley's Design Patterns Explained, A New Perspective on Object-Oriented Design. But also have been hearing good things about "Head First, Design Patterns."

    I'm having a somewhat hard time digesting the one I bought. You may want to consider, OReily's Head First.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    The Gang of Four's Design Patterns (Gamma, Helm, Johnson, Vlissides) is the book on design patterns. I'm not sure how effective it would be at giving help on a particular situation, but it would probably give you enough information to help you figure it out.

  4. #4
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Daved
    The Gang of Four's Design Patterns (Gamma, Helm, Johnson, Vlissides) is the book on design patterns.
    I knew there was some other book I was forgetting. When I bought Design Patterns Explained I looked all over for this some other book I couldn't remember. And this was it, after all. Bummer!

    Thanks for the tip Daved. I guess I will have to shell out some more. Learning C++ is not cheap. And being silly inside a bookstore dosn't help any.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #5
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Daved
    The Gang of Four's Design Patterns (Gamma, Helm, Johnson, Vlissides) is the book on design patterns. I'm not sure how effective it would be at giving help on a particular situation, but it would probably give you enough information to help you figure it out.

    +1
    (my message is long enough if I say its long enough damnit... That +1 carries powerfull meaning beyond the comprehension of your javascript message length checking foolary!)

  6. #6
    Registered User
    Join Date
    Aug 2006
    Posts
    2
    i will give it a try..
    thankyou for all your responses..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What are some good books on C?
    By php111 in forum C Programming
    Replies: 9
    Last Post: 10-01-2008, 06:16 AM
  2. C++ Books
    By Darklighter in forum C++ Programming
    Replies: 8
    Last Post: 01-03-2006, 07:13 PM
  3. Reference Books at Work and Home
    By kuphryn in forum Tech Board
    Replies: 2
    Last Post: 05-20-2004, 05:59 AM
  4. Good books?
    By Unregistered in forum C++ Programming
    Replies: 14
    Last Post: 02-10-2002, 01:58 PM
  5. Books Books Books
    By aresashura in forum Game Programming
    Replies: 5
    Last Post: 12-28-2001, 09:08 PM