![]() |
|||||||||||||||||||
|
"exact phrase" include -exclude
will give you more specific results |
The switch statement - C++ [1/1]
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. The general format of a switch statement is shown in the figure. The value of the expression is tested in order, against the value of the constants specified in the case statements. When a match is found, the statement sequence associated with that case is executed until the end of the switch statement is reached. The break statement at the end of each block, signals an end of a particular case and an exit from the switch.
|
RECOMMENDED TUTORIALS
Need a specific tutorial? Do not hesitate and submit a request! |
|||||||||||||||||
| Related Tags: "Switch statement C++" c++ switch statement C++ switch statement c++ switch statement switch statement c++ C++ switch statement example c++ switch statement example format of switch statement in c++ dynamic switch statement c++ C++ Error handling switch statement C++ Switch Multiple Selection Statement switch AND c++ switch in c++ c++ switch example switch in c++ desktop switch c++ Switch Tabbed Normal wmp full screen switch switch screen mode wmp fullscreen windows media full screen switch | |||||||||||||||||||
|
Home | Sitemap |
Terms & Privacy
© ONLINEHOWTO.net 2006 - 2008 |
|||||||||||||||||||