Hello im using Visual Studio .net
And have troubel with the following line
ClassA::~ClassA ()
{
cerr<<__PRETTY_ FUNCTION__<<"\n "; \\this works with g++
}
on compiling I get this back:
filename.cc(20) : error C2065: '__PRETTY_FUNCT ION__' : undeclared identifier
does exist an library to add or have I just missed an command?
Thanks for your Help!
And have troubel with the following line
ClassA::~ClassA ()
{
cerr<<__PRETTY_ FUNCTION__<<"\n "; \\this works with g++
}
on compiling I get this back:
filename.cc(20) : error C2065: '__PRETTY_FUNCT ION__' : undeclared identifier
does exist an library to add or have I just missed an command?
Thanks for your Help!
Comment