exceptions in EVC++

Hello !

I'm developping an C++ project under Embedded Visual C++ 4.0 for an embedded system with Windows CE 5.0.

By default the exceptions handling is desactivated, we must specify the -GX option in the compiler for activate it.

There is my question :

For an embedded system, the exception handling does increase or decrease the performance of the system

What is better, using exceptions or return integer error values from the functions

Thanks for your answer, and please excuse my English..

Luc



Answer this question

exceptions in EVC++