How to disclose class interface but hide implementationThank you. I understand that is called "pimpl idiom", isn't it?
How to disclose class interface but hide implementationI want to write a C++ class, like this: In MyClass.h: class CMyClass { public: CMyClass...
This user does not accept Private Messages