I come from a C# and Java background into C++ and I\'m trying to get to understand the >> & << operators such as in
>>
<<
std
As far as I remember, c++ has streams << is an operator that is an operator that is used to "append data" to a stream And >> is used to extract data from a stream. Of course, you can implement this with classes which are not just streams.