tagged [operators]

What are XAND and XOR

What are XAND and XOR What are XAND and XOR? Also is there an XNot

15 Apr at 15:9

Logical XOR operator in C++?

Logical XOR operator in C++? Is there such a thing? It is the first time I encountered a practical need for it, but I don't see one listed [in Stroustrup](https://en.wikipedia.org/wiki/The_C%2B%2B_Pro...

12 May at 15:22

Difference between ! and ~ in c#

Difference between ! and ~ in c# When I first leared how to write programs, I used C. (very basic command line applications) In both languages you use the ! - operator normally like this: I wanted to ...

Why are there no ++ and --​ operators in Python?

Why are there no ++ and --​ operators in Python? Why are there no `++` and `--` operators in Python?

9 Dec at 13:36

Difference between "and" and && in Ruby?

Difference between "and" and && in Ruby? What is the difference between the `&&` and `and` operators in Ruby?

18 May at 05:58

proper name for python * operator?

proper name for python * operator? What is the correct name for operator `*`, as in `function(*args)`? unpack, unzip, something else?

17 May at 02:35

Haskell list difference operator in F#

Haskell list difference operator in F# Is there an equivalent operator to Haskell's list difference operator `\\` in F#?

C# bitwise rotate left and rotate right

C# bitwise rotate left and rotate right What is the C# equivalent (.NET 2.0) of `_rotl` and `_rotr` from C++?

15 Jan at 17:25

What is the difference between the dot (.) operator and -> in C++?

What is the difference between the dot (.) operator and -> in C++? What is the difference between the dot (.) operator and -> in C++?

1 Sep at 07:25

What's the difference between & and && in MATLAB?

What's the difference between & and && in MATLAB? What is the difference between the `&` and `&&` logical operators in MATLAB?