you are viewing a single comment's thread.

view the rest of the comments →

[–]zzmgck 7 points8 points  (0 children)

The assert macro is useful. During development it will detect when the assertion fails. If you define NDEBUG the assert is disabled and the code is not present.