Thursday, February 22

Dangerous static objects

Have you written C++ code that uses global or static objects? Do they need dynamic initialization (i.e. contructor)? If so, you should beware of the pitfalls explained in the article:

KAI C++ Tutorials: Initialization of Static Nonlocal Objects

Labels:

0 Comments:

Post a Comment

<< Home