i have a problem with curses
my program is working properly, but when i include curses.h,
it produces errors i can't understand.. classmates.erase(classmates.begin() + i);
and the error is:
macro "erase" passed 1 arguments, but takes just 0
and statement cannot resolve address of overloaded function
if i remove curses.h, the program compiles..
thx for helping..