im trying to overload new[] for my own string class Cstr.
My code compiles on other compilers but not on msvc6.
anyone know how to get this working?
the error i get is new[] is not a member of global namespace.
I have the usual headers included and a using namespace std statement.
this is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.