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...

Code:
int var = 2;
If(var && 0x002) {var++}
I dont understand why that arg returns true

Little help???

Thanks!