カウント、countはただの変数名でしょ

int count;
〜〜〜
count++;

if(count > 100)
{
 count =0

 //カウントが100を超えたらやりたい処理
}