exception handling ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vivekian

    #1

    exception handling ?

    Hi,

    I have not used much of exception handling in C++ and was wondering
    what are the right situations to do so . Coming from a C background ,
    error handling seems to take care of most things. When should one
    decide to throw an exception and when should one try to stick to error
    handling ?

    Thanks in advance,
    vivekian

  • Thomas Tutone

    #2
    Re: exception handling ?

    vivekian wrote:
    [color=blue]
    > I have not used much of exception handling in C++ and was wondering
    > what are the right situations to do so . Coming from a C background ,
    > error handling seems to take care of most things. When should one
    > decide to throw an exception and when should one try to stick to error
    > handling ?[/color]

    This is an FAQ:



    Come back if you have questions after reviewing that.

    Best regards,

    Tom

    Comment

    Working...