From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sarangdhar, NitinX" To: "'gcc@gcc.gnu.org'" Subject: C++ Static Variable Initialization Date: Tue, 14 Aug 2001 16:14:00 -0000 Message-id: <19BD7227A489D411AC5200902746200B169F36@orsmsx55.jf.intel.com> X-SW-Source: 2001-08/msg00794.html I have a C++ code with some static declarations. In the absence of main() is there a way to initialize the statics properly?