Thread: Book recomendation needed

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    222

    Book recomendation needed

    Hi,

    I have been jumping from c to c++ and so far I am managing to do what i want to do , but as I progress, I see that many things (concepts, structural designed), though working perfectly fine, are not in accordance with c++ philosophy , especially when it comes to larger projects. (Then the flaws of my design come to light)

    So, I am asking for an advice on a good (concise and straight to the point) book regarding template and generic programming in c++. Can someone recommend something. Even better would be a short primmer to get me started after which a good book would be of great value to me .

    Thank you !

    baxy

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    I'd say, Acclerated C++ at first.
    After that read books like Effective C++ to pick up good habits.
    Then if you have the time or energy, Modern C++ Design or C++ Templates-The complete Guide.

    Here is a more complete list:
    http://cboard.cprogramming.com/progr...ml#post1111734

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Book recomendation: Expert C Programming (Deep C Secrets) by Peter van der Linden
    By ad1mt in forum Programming Book and Product Reviews
    Replies: 1
    Last Post: 07-26-2012, 08:37 AM
  2. folowup book recomendation
    By spitesuicide in forum C++ Programming
    Replies: 4
    Last Post: 02-25-2010, 02:08 PM
  3. Easy, simple programming book needed - HELP!
    By 3boyzmom in forum C Programming
    Replies: 1
    Last Post: 05-05-2008, 09:31 AM
  4. Best C Book
    By occisor in forum C Programming
    Replies: 11
    Last Post: 02-03-2003, 10:21 AM
  5. What is your recomendation
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 04-08-2002, 01:23 PM