The information in this article applies to:
SUMMARY
The order of initialization of global objects is undefined across
translation units. For example, if your application consists of three
C++ modules and each module declares an object of xyz class, there is
no guarantee during program initialization which of these objects will
be constructed first.
Additional query words: kbinf 7.00 1.00 1.50 2.00 4.00
Keywords : kbLangCPP kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |