Hi,

What is the most efficient way to read specified number (n) of characters from an istream to a std::string?

Thanks.