what happens in the following case
Code:switch(somechar) { ... .... case '=' : case 'D' ://do something break; }
will case 'D" also be entered when the character is "=" ??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |