Newbetuts
.
New posts in operators
C# ?? operator in Ruby?
ruby
operators
null-coalescing-operator
C# interface cannot contain operators
c#
interface
operators
static-methods
What is the official name of C++'s arrow (->) operator?
c++
c
operators
terminology
ptr->hello(); /* VERSUS */ (*ptr).hello();
c++
operators
pointers
dereference
What is the difference between the | and || operators?
php
operators
Why is ++i considered an l-value, but i++ is not?
c++
operators
increment
rvalue
Default assignment operator= in c++ is a shallow copy?
c++
operators
shallow-copy
What are the | and ^ operators used for? [duplicate]
c#
.net
operators
What's the difference between `::` and `+:` for prepending to a list)?
list
scala
operators
prepend
cons
Why don't multiple decrement operators work in C when they work in C++?
c++
c
operators
decrement
R: What do you call the :: and ::: operators and how do they differ?
r
operators
terminology
Dynamic Comparison Operators in PHP
php
variables
operators
In Ruby what does "=>" mean and how does it work? [duplicate]
ruby-on-rails
ruby
operators
symbols
hashrocket
How to call custom operator with Reflection
c#
reflection
operator-overloading
operators
system.reflection
What does !! (double exclamation point) mean?
perl
operators
boolean
negation
What does =~ do in Perl? [closed]
perl
operators
Understanding the bitwise AND Operator
objective-c
operators
bit-manipulation
bitwise-operators
Is this ->> an old operator or a typo/error?
c++
c
operators
history
What is the bitwise NOT operator in Rust?
rust
operators
Is it possible to create custom operators in JavaScript?
javascript
operators
Prev
Next