'Cause whenever I try one of these lines:
#define and &&
#define or ||
#define not !
I get the error:
1:9: error: "not"/"and"/"or" cannot be used as a macro name as it is an operator in C++
'Cause whenever I try one of these lines:
#define and &&
#define or ||
#define not !
I get the error:
1:9: error: "not"/"and"/"or" cannot be used as a macro name as it is an operator in C++
These keywords are already defined. Please have a look http://en.cppreference.com/w/cpp/language/operator_alternative