静态局部对象

int static_count()
{
	static int count = 0;
	return count++;
}

  

posted on 2011-12-03 14:46  york_software123  阅读(82)  评论(0编辑  收藏  举报

导航