
25 Jun
2006
25 Jun
'06
6:35 p.m.
"Gennaro Prota" wrote:
* "The class error_code defines the type of objects used to identify specific errors originating from the operating system."
Who says this is a numeric code? It could be a handle, for instance, or any kind of opaque object. Why not calling the class "error_id"?
All common operating systems (Windows, Posix) return error as an integer value and I think this is true for embedded OS' as well. /Pavel