Hope this would be useful
[src]
class a
{
static int x;

}
int a::x=1;
[/src]