dimanche 19 juillet 2015

C++ par << nr and par >> -nr

quick question. In C++ if I have something like that:

unsinged char a = "b";
a >> 2;
a << -2;

a<<2 and a>>-2 make some thing?

Aucun commentaire:

Enregistrer un commentaire