|
|
|
|
|
by jacobparker
4774 days ago
|
|
I definitely wouldn't use them because they are unfamiliar. However, in my head I pronounce "&&" as "and" and "&" as "bitand", so using and/bitand over &&/& would reduce a depressingly not-uncommon typo for me. However, on balance, not worth it to me. Note that in C++ they are keywords which is superior to macros. |
|