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: Software Programming
0 Comments:
Post a Comment
<< Home