+ 5
CIN , COUT!!
I know <<,>> are being operating overloaded in cin and cout. How??
1 Odpowiedź
+ 4
std::cin and std::cout are objects in iostream and the operators(<<,>>) are overloaded. For overloading read the c++ tutorial.
I know <<,>> are being operating overloaded in cin and cout. How??