I was under the impression that c++ exceptions are generally not safe to use for windows mobile devices. Is this true? What is the best way to check whether an allocation has failed?
Printable View
I was under the impression that c++ exceptions are generally not safe to use for windows mobile devices. Is this true? What is the best way to check whether an allocation has failed?