You need a strong reason to use init() and shutdown() methods in a C++ class instead of relying on the constructor and destructor. If in doubt, prefer using the constructor and destructor.

Next - Previous