through the last week ive been trying to learn C++.
I want to list all the things that I know so far about operators
and see if they are true..
I have a question at the end to ;)
C++ Operators
---------------------------------
Code:== Equal to
&& And
| Or
<< And 4 strings? Only with the COut, and CIn ?
As for a binary comparisons...
I dont understand why that arg returns trueCode:int var = 2;
If(var && 0x002) {var++}
Little help???
Thanks!
