Hai Nam wrote:
> assert() is usually used for debugging purpose. I think we can turn
> off this function in a "released version" but I don't know how :-(

 From the man page of assert():

"If  the macro NDEBUG was defined at the moment <assert.h> was last
included, the macro assert() generates no code, and
hence does nothing at all"

Regards,

Nicola

Reply via email to