how can I make a function with and in C and C++?

前端 未结 0 1658
广开言路
广开言路 2020-12-15 13:42

I want to make a function like this: calc( num1, num2, +) : num1 + num2 = output or if calc( num1, num2, /) : num1 / num2 = output

and the second question is that how

相关标签:
回答
  • 消灭零回复
提交回复
热议问题