Hi , i'm confuse about function thing
normaly , a normal function is
Math_plus(int a,int b) then a + b something ...
now, instead of asking user for input a , input b , input operator +
can we just let user input thing like plus(a,b) ?
Ex :
old style : input a >> input operator >> input b >> use switch thing
new style : input operator(a,b) like plus(a,b)