c++ char exceptions

Danny Smith danny_r_smith_2001@yahoo.co.nz
Tue Apr 23 01:18:00 GMT 2002


Robert wrote:
>
> I don't know if this is a cygwin issue or if I am doing something
> fundamentally wrong...
>

You threw const char*

int
main (int argc, char **argv)
{
  try
    {
      throw "catch this";
    }
  catch (const char *message) 
//       ^^^^^ 
    {
      return 1;
    }
  return 0;
}

>

http://messenger.yahoo.com.au - Yahoo! Messenger
- A great way to communicate long-distance for FREE!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list