Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good tutorial for C++ policy-based class design?

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.

like image 692
dubnde Avatar asked Jan 23 '23 16:01

dubnde


1 Answers

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.

like image 67
shoosh Avatar answered Jan 26 '23 06:01

shoosh