January 2019
Intermediate to advanced
320 pages
9h 18m
English
This chapter covers
std::bindMost programming paradigms tend to provide a way to increase code reusability. In the object-oriented world, we create classes we can later use in various situations. We can use them directly or combine them to implement more-complex classes. The possibility of breaking complex systems into smaller components that can be used and tested separately is a powerful one.
In the same way that OOP gives you the tools to combine and modify types, ...
Read now
Unlock full access