Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. std::string command = "HELLO";
  2.  
  3. if(command == "BYE")
  4. ..
  5. else if(command == "CYA")
  6. ..
  7. else if(command = "HELLO")
  8. ..
  9. else
  10. ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement