Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(strcmp(accept,"Accept") == 0) // Strcmp returns false (0) if the strings are a match
  2. {
  3.     // He did type Accept
  4. }
  5. else
  6. {
  7.     //He didn't type accept
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement