[LC++]curses and vectors

Paul M Foster paulf at quillandmouse.com
Tue Jul 24 14:17:03 UTC 2001


Curses/ncurses has a macro called "erase" in it. It erases a curses
window. Vectors (STL) also have a member called "erase", which erases
objects held in the vector. My problem is that I'm using both in my
program, and when I compile, I get a variety of errors, all of which are
a variation on: "...arguments given to macro 'erase'". So the one is
stepping on the other.

Anyone have any idea how to avoid this problem?

Paul




More information about the tuxCPProgramming mailing list