6 Mar
2008
6 Mar
'08
11:08 p.m.
Alain Leblanc wrote:
Well, I figured it out. The file 'string.h' also defines a basename() function. This is why my program was compiling with different argument types. From reading the description I should have noticed I was not using the function provided by boost.
I would hope you are not #including string.h you should be including <string> which puts string in namespace std. Jeff Flinn