Thread: c++ book

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    630

    c++ book

    Hello

    I would like to learn more about C++, object oriented programming - design patterns, advanced techniques, templates, etc..

    Which book would you guys recomment?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I would like to learn more about C++, object oriented programming - design patterns, advanced techniques, templates, etc..
    You probably can pick up a book (or rather, several books, since none of them teach everything in depth) from the C++ Book Recommendations thread.

    Additionally, I would suggest two non-C++ books for design patterns. After all, design patterns are not as language specific as language idioms like RAII or language features like C++ templates. These books are:
    Design Patterns: Elements of Reusable Object-Oriented Software, by Gamma, Helm, Johnson and Vlissides
    Head First Design Patterns, by Freeman and Freeman

    The former is the original tome on the subject (at least where it specifically concerns software), the latter is a lively introduction to the subject.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Nov 2007
    Location
    Stoneham,Québec
    Posts
    10

    Thumbs up

    I wud suggest you deitel , thats the book the future software engineer use in university

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. Can't display book and borrower's details.
    By grscot in forum C++ Programming
    Replies: 0
    Last Post: 05-02-2003, 10:18 AM
  3. Books on C and C++
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-28-2002, 04:18 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM