The switch statement - C++
C++ has a built-in multiple branch selection statement, called switch which successively tests the value of an expression against a list of integer or character constants.
Views: 730 |
| by Mathew
View this tutorial
