4

I have just started reading Modern C++ Design Generic programming and Design Patterns Applied and I am wondering if I need to go through some very basic tutorial on policy-based class design before I dive in. Will chapter 1 provide all I need to follow it?

I am already experienced with template usage (STL/boost/Poco) and writing template classes/methods.

Community
  • 1
  • 1
dubnde
  • 4,359
  • 9
  • 43
  • 63

1 Answers1

9

In my experience its pretty much a self contained book, as long as you know your way around C++.
This is kind of a silly question. Just dive in the book, if something's not clear, look it up. Why ask questions about chaper 1 when you can just read it and find out?
Fear is the mind-killer.

shoosh
  • 76,898
  • 55
  • 205
  • 325