IPhone C ++ / Objective-C exceptions

Does anyone know the implications of enabling C ++ exception handling in Xcode applications for the iPhone? By default it is disabled.

Are C ++ and Objective-C exceptions the same or can there be C ++ exceptions only for C ++ code and vice versa?

thank

+3
source share
1 answer

Does anyone know the implications of enabling C ++ exception handling in Xcode applications for the iPhone?

This is a common choice for handling exceptions in C ++. If you are working with a C ++ library, you will probably need this function.

, . , , Foundation . IOW, MyLib- > Foundation- > catch MyApp undefined. , , MyLib.

OS X, iPhone ++ ObjC " ". , , - - .

- , iOS 10%.

, , , . ++, , . .

++ Objective C ++ ++ ?

64- OS X iOS ++ ObjC . 32- X . , "catch all" ( ) ++, ObjC iOS 64- X, 32- X.

+2

All Articles