Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. ...catch(ex){
  2.     case "your password must be at least 15 characters long":
  3.         //shake the password box, give focus to it
  4.     break;
  5.     case "the computer is on fire":
  6.         //begin evacuation procedures
  7.     break;
  8.     default:
  9.         cout<<"*shrug*
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement