Is it possible to pass std::cin to a function wanting an iostream?
I am using a library that has a function taking an iostream for a data stream, but I want to pass std::cin. It apparently is not possible to pass an istream to a iostream, but is there