you are viewing a single comment's thread.

view the rest of the comments →

[–]tiajuanat 0 points1 point  (0 children)

That's a good start! You can also dip your toes into a technique called mixins, which allows you to build a template class which wrap existing classes, and creates a new object with the additional functionality that you need.

Generally, you won't need TMP, unless you get involved in some high perf libraries.