char action;
how do i make it so that there's an OR in the case? when i do it like the example below it gives me an error.
switch(action)
{
case 'e' || 'E': break;
}
|
Results 1 to 2 of 2
Thread: question on "case"
|
Click Here to Expand Forum to Full Width |