I'm using the Dev-C++ compiler and currently whenever I compile a program which uses cin.getline() it returns this error:
Code:
64 E:\DevCplus\Dev-Cpp\yesm.cpp no matching function for call to `std::basic_istream<char, std::char_traits<char> >::getline(std::string&)'
Comment