Hi I am C++ student, and have a test coming up tomorrow, and while writing this program I got stuck, since it wont run... if you guys could help me out it would be great :)
error C3867: 'std::basic_istream<char,std::char_traits<char>>::ignore': function call missing argument list; use '&std::basic_istream<char,std::char_traits<char>>::ignore' to create a pointer to member
it points to the cin.ignore on lines: 30, 45,48,56,63
Bro you are the best. Can u explain me why this works and regular cin.ignore wouldn't work, cause the way my teacher taught me is just to use regular cin.ignore.