[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c++

what's the meaning of this <<< and How to use it ?

sam

11/24/2008 12:22:00 PM

Hi,

what's the meaning of this <<< and How to use it ?

Thanks in advance

1 Answer

G Kettleborough

11/24/2008 12:28:00 PM

0

On 24/11/08 12:21, sam wrote:
> Hi,
>
> what's the meaning of this <<< and How to use it ?
>
> Thanks in advance
>

There is no such operator in C++. Java has operator >>> which is
unsigned bit shift or something.

--
George Kettleborough