jeudi 4 janvier 2018

where pimpl is used in C++ apps/libs? any example?

pimpl idiom allows to reduce compilation dependencies in projects and have binary compatibility at the same time.

In other words you can change private implementation of a class without the need to recompile client's code.

Where can I find examples of such approach? Do you know any open source libraries or apps that uses it?

I know about QT and Poco:

Aucun commentaire:

Enregistrer un commentaire