Tagged Questions

1
vote
7answers
332 views

Coding conventions for method returns in C++

I have observed that the general coding convention for a successful completion of a method intended functionality is 0. (As in exit(0)). This kind of confuses me because, if I have method in my if ...