Alternative tokens for the logical (and not only logic) operators such as and, or, notetc., have nothing to do with C ++. They were also present in C from almost the beginning. If you want to use them in your code, you can do it, but don't be surprised if people find this practice pretty unorthodox. Typically, people use conventional pointers for these operators (e.g. &&, ||etc.) As in C code, and C ++.
source
share