|
|
|
|
|
by kostya-kow
4772 days ago
|
|
I don't think it really improves readability. All the programmers are familiar with && and ||, and using something else will just confuse people. Also, it's not really that hard to #define it yourself, instead of using includes. |
|
Note that in C++ they are keywords which is superior to macros.