_set_new_handler
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all I know its windows forum . But I have a doubt : What is the equivalent of _set_new_handler() in unix GCC ? When I tried including it its not compiling . I have included also .
redindian
is it
std::set_new_handler
? Check out this link - http://gcc.gnu.org/ml/libstdc++/2005-08/msg00027.html[^] I did a quick google and found it. I'm not sure whether this helps you or not. So take care! Regards, Jijo._____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.