#100859 - cppdungeon - Thu Aug 31, 2006 6:17 am
im writing some code that needs a swich statement to return false as a default, but when i write
it wont compile. how can i make it return false?
_________________
"in Soviet Russia, car pimps you!"
Code: |
bool fun(a){ swich(a){ default: return false; } } |
it wont compile. how can i make it return false?
_________________
"in Soviet Russia, car pimps you!"