'cout is an output stream object that is attached to the process's standard output device,often to the terminal from which the program is run'-my book says so.Just curious about the following:
Is there any case where cout is made to be attached to any other output devices such as may be printer?Or it is like cout refers to monitor and cin to keyboard all the time.