Monday, May 24, 2010

C++ Help (try - catch)?

I am unable to use try-catch statements in turbo C compiler, it does recognize 'try' key word.


i tried in the help section but there is no such keyword as try.


is this feature available in Turbo C compiler, if not which compiler i shld use?


Pls help

C++ Help (try - catch)?
Try...Catch are fairly recent developments in C/C++, and may not have been supported in older versions of Turbo C. I'm not even sure they're supported in C itself, period.





Microsoft Visual C/C++ Version 7 does have some support for them.





Hope that helps.
Reply:I thought those are Java code


No comments:

Post a Comment