I read in a book that C++ provides additional operators to the usual &,|, and ! which are "and","or" and "not" respectively, plus they come with automatic short circuiting properties where applicable. I would like to use these operators in my code but for some reason the compiler interprets them as identifiers whenever i use them and throws an error. I'm using Visual C++ 2008 Express Edition with SP1. How do i activate these operators to use in my code. Thank you.
|
|
If you want to have the ' |
||||||||||||||||||
|
|
|
The traditional C++ spelling [*] (just like in C) is According to the C++ standard, the spellings you like (
and so on. (Kudos and gratitude to the commenters for making me research the issue better and find this out!) |
||||||||||||||||||
|
