tonee47
2008-04-26 21:23:19 UTC
I have a basic understanding of the difference between Asserts and Exceptions in C++, but I guess I need more of an in-depth explanation as to why I would use one over the other.
I read about Asserts being used in debug rather than prod builds... how would one remove ALL Assert statements from a debug build?
Thanks