CITEC Forum
>
Computer Knowledge
>
Programming Zone
>
C/C++,C#,VC++,MFC,Win32
> declare static variable in a class
Log in
View Full Version :
declare static variable in a class
asylu3
25-03-2004, 01:20 AM
Hope this would be useful
class a
{
static int x;
}
int a::x=1;
Powered by vBulletin® Version 4.2.5 Copyright © 2026 vBulletin Solutions Inc. All rights reserved.