Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. Signs inside quotes:
  2.  
  3.     " & " //acts as AND in operations.
  4.     " && " //if the left-hand side expression is false, the combined result is false.
  5.     " | " //acts as OR in operations.
  6.     " || " //if the left-hand side expression is true, the combined result is true.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement