Actually getline is a public member function of std::istream . So you don't need to include any extra header file in your program except iostream(which is ...
確定! 回上一頁