(2) c-string: Extracts characters from the stream and stores them in s as a c-string, ... std::cin.get (str,256); // get c-string std::ifstream is(str); // open file char c; while ...
www.google.com.tw