View Single Post
  #4 (permalink)  
Old 07-06-2008, 03:50 AM
nutario's Avatar   
nutario nutario is offline
Newbie
 
Join Date: Mar 2008
Location: Germany
Posts: 23
Rep Power: 3
nutario is on a distinguished road
Send a message via ICQ to nutario Send a message via Skype™ to nutario
Default Re: Switch statement in string returning method...

If qou don't want to use "return 0;", than you can throw a exception instead.
This exception can be caught at the calling point of the function in your programm.
Reply With Quote