Assigning operations

HI guys,
i am stuck on one part of my code. I need so assign "-, +" operations to a character. I can't figure it out.

1
2
3
4
5
6
char operation ;
// ...
operation = '-' ;
// ...
operation = '+' ;
// etc. 

Topic archived. No new replies allowed.