#44810 + (436)
<moe_> Hello, can someone answer my question : how can I call
a bool function from another function? I am trying if (!
Class::function()) { cout << "error
"; exit(-1);  }
<moe_> but it is not working
<moe_> it prints error