Sunday, July 12, 2009

C++ help (try catch)?

I am using turbo c complier to run c++ programs


the compiler is not recognizing try-catch statements,


pls help me, is there any ".h" file that i have to include or i have to try these statements on some other compiler, if yes which compiler i shld use and where i will get it?

C++ help (try catch)?
try and catch are keywords of C++,


but Turbo C++ does not implement this feature.





Use Visual C++ compiler. You can get it freely as express edition and is a good compiler conforming to C++ standards. (http://msdn2.microsoft.com/en-us/express...





If you are on Linux you can use gcc also.
Reply:write it on your turbo c editor and right click on it then it give u every infmsion abt it.


No comments:

Post a Comment