Sir, I want to execute C++ code for exception handling concept which include try and catch block. But when i am trying to execute that code in turbo c++ then it gives errors like 'undefined symbol try, Undefined symbol throw and catch'.
So how to execute program? Is there any other compile required?
So how to execute program? Is there any other compile required?
Comment