Hi, I'm trying to enumerate some operators, my code line is :
enum operations{+=4,-,%,<,>}
when i'm trying to compile this line , gcc says : expected identifier before ‘+’ token
So, how can I enumerate these operators. Can we use some escape characters for them ?