Subj : Re: string comparison To : borland.public.cpp.borlandcpp From : "Sebastian Ledesma" Date : Tue Nov 25 2003 04:11 pm Ouch... ----- Original Message ----- From: "Ed Mulroy [TeamB]" Newsgroups: borland.public.cpp.borlandcpp Sent: Tuesday, November 25, 2003 2:25 PM Subject: Re: string comparison > I used to do that also. However the new C++ Language spec from 1998 doesn't > provide for that to work. If using a newer compiler (newer than Borland C++ > 5.02 or Turbo C++) be prepared to handle an exception if the allocation > fails. > > . Ed > > > Sebastian Ledesma wrote in message > > news:3fc36d30@newsgroups.borland.com... > ... > > Also, sometimes i prefer to use: > > set_new_handler(0); > > .