Thread: C++ C++11 templates programming book

  1. #1
    Tweaking master Aslaville's Avatar
    Join Date
    Sep 2012
    Location
    Rogueport
    Posts
    528

    C++ C++11 templates programming book

    I am looking for a introductory book to C++ template programming.I would refer to myself as an intermediate programmer. I have learnt about templates before but did not get to use them much. I am now looking for a book that will reintroduce me to template programming.

    Any recommendations?

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    I still recommend "C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond". The book doesn't cover C++11 changes, but you'll learn almost everything else you might wish to know about sophisticated use of C++ templates.

    Soma
    “Salem Was Wrong!” -- Pedant Necromancer
    “Four isn't random!” -- Gibbering Mouther

  3. #3
    Tweaking master Aslaville's Avatar
    Join Date
    Sep 2012
    Location
    Rogueport
    Posts
    528
    Quote Originally Posted by phantomotap View Post
    O_o

    I still recommend "C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond". The book doesn't cover C++11 changes, but you'll learn almost everything else you might wish to know about sophisticated use of C++ templates.

    Soma
    I am going to take a shot at this one and may be by the time I finish reading, this thread will be long dead so thanks in advance!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Book on bit programming
    By onebrother in forum C Programming
    Replies: 2
    Last Post: 12-14-2008, 08:31 AM
  2. C++ Templates book discussion
    By manutd in forum C++ Programming
    Replies: 38
    Last Post: 01-18-2007, 03:56 PM
  3. programming word and excel templates
    By money in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2003, 07:16 AM
  4. C++ Programming Book
    By DJPG5 in forum C++ Programming
    Replies: 4
    Last Post: 06-05-2003, 10:34 PM
  5. Book about 3D programming
    By golem in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 11-07-2002, 04:22 PM