- 2

What does "<<" mean?

25th Nov 2016, 3:17 AM
Pablo Delgado
Pablo Delgado - avatar
5 odpowiedzi
+ 4
Binary Left Shift Operator. The left operands value is moved left by the number of bits specified by the right operand.
25th Nov 2016, 3:52 AM
Metrik 🕵
Metrik 🕵 - avatar
+ 1
Operator for standard user output
25th Nov 2016, 6:09 AM
Julia Melnik
Julia Melnik - avatar
0
Stream insertion operator... perhaps ;)
25th Nov 2016, 6:17 AM
Parardha Sarmah
Parardha Sarmah - avatar
- 1
" << " is like the top of an arrow. If it' s like this " << " ,it means that the arrow is going out so that is cout or output. In the other case ( >> ) it means that the top of the arrow is going in : in fact, in this case the arrow rapresent cin or input. Do you understand ?
30th Nov 2016, 4:27 PM
paolo
- 2
cout<<......
25th Nov 2016, 3:47 AM
Zhongxu Wen
Zhongxu Wen - avatar