64
mssucks
8y

Ok Microsoft Got It Got It. :-/

Comments
  • 4
    Username checks out
  • 0
    bool doAction2() {
    ...
    if (!something) {
    printUsefulMsg("The action cannot be completed");
    return false;
    }
    }

    void doAction1() {
    ...
    if (!doAction2())
    printUsefulMsg("The action cannot be completed");
    }
  • 1
    THIS COMMENT COULD NOT BE...
  • 0
    It cannot be completed.
Add Comment