nikhil kansal
What does assert() do?
By nikhil kansal in C# on Jul 14 2006
  • nikhil kansal
    Jul, 2006 14

    In debug compilation, assert takes in a Boolean condition as a parameter, and shows the error dialog if the condition is false. The program proceeds without any interruption if the condition is true.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS