It tells me that “missing break in switch case”.But It is an entry of exit in my program.Such as : Switch () { Case: Exit(); }
Log in to post a comment.
It tells me that “missing break in switch case”.But It is an entry of exit in my program.Such as :
Switch ()
{
Case:
Exit();
}