Why is the if statement failed? C++

this crash means you have something unsafe somewhere checking for (true/false) conditions , in your case double check your if statements which are returning booleans.

1 Like