Hi,
By the standard C++ will a ever be initialized when there are no calls to foo?Code:void foo() { static int a = 0; } int main() { return 0; }
many thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |