View Single Post
  #5 (permalink)  
Old May 19th, 2007, 05:06 AM
Peter_APIIT Peter_APIIT is offline
Authorized User
 
Join Date: May 2007
Posts: 28
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to Peter_APIIT
Default

if (function == +)
{
   a + b;
}
else if (function == -)
{
   a -b;
}

and so on.

I hope this may help you.

Linux is the best OS in the world.
Reply With Quote