Can somebody explain them to me and mainly help me understand >> and <<. I just started to study C++ and it’s being used constantly in console input/output applications.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are not bitwise operators you are seeing there, rather the stream extraction and insertion operators.
http://cplusplus.com/reference/iostream/ostream/operator%3C%3C/
http://www.cplusplus.com/reference/iostream/istream/operator%3E%3E/