exception handling program in c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subalatha
    New Member
    • Sep 2013
    • 1

    exception handling program in c++

    In which version of Turbo C, we can able to implement the exception handling program?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    I have no idea. However, you might code a try/catch block in a small program and see if it compiles.

    BTW: Many compilers have a setting to allow or disallow exception handling because using it creates a larger and slower executable. You might check your compiler settings.

    Comment

    Working...