FET Forum

Discussions and Chat => Programming and other Technical Help => Topic started by: ahmedzaalan on May 18, 2011, 04:41:01 AM

Title: assert(----------) what does it mean?
Post by: ahmedzaalan on May 18, 2011, 04:41:01 AM
hello
please tell meĀ  what is the function of this frequently used line
assert(----------);
example:
assert(gt.rules.initialized);
Title: Re: assert(----------) what does it mean?
Post by: Liviu Lalescu on May 18, 2011, 05:01:11 AM
http://www.cplusplus.com/reference/clibrary/cassert/assert/