In message <Pine.LNX.3.91.960314232702.650A-100000@malice.epix.net> you said: > > I was wondering why circle uses the 'assert()' function call.... > Isnt it about the worse way you can handle errors in code that is expected > to stay up? I found this function call all over the code... assert is a tool which can be used in debugging code. It is not meant to be an error handler for production code. Naved
This archive was generated by hypermail 2b30 : 12/07/00 PST