Original Post
I'm writing a program that makes use of a Curses library, which defines a clear() function amongst many others. However, I'm also using the STL 'string' class, which defines a method clear() as well. Unfortunately, these two are conflicting. Is there any way around this? Thanks in advance!