Search code examples
What is the '-->' operator in C/C++?...


c++coperatorscode-formattingstandards-compliance

Read More
Reference Guide: What does this symbol mean in PHP? (PHP Syntax)...


phpargumentsoperatorssymbolssemantics

Read More
How do the PHP equality (== double equals) and identity (=== triple equals) comparison operators dif...


phpoperators

Read More
What does the question mark in member access mean in C#?...


c#nulloperators

Read More
explicit copy constructor or implicit parameter by value...


c++optimizationparametersoperatorsconversion-operator

Read More
Why is it that using the assignment operator inside an if not causing an error?...


coperatorsassignment-operator

Read More
Correct way to invoke the conversion operator returning a reference...


c++type-conversionoperatorsstatic-cast

Read More
Why is sizeof considered an operator?...


coperatorssizeof

Read More
Concatenate two string literals...


c++stringsyntaxoperatorsconcatenation

Read More
Why does Python seem to treat =+ as a valid operator?...


pythonoperatorsincrement

Read More
No increment operator in VB.net...


c#vb.netoperators

Read More
Does PHP have an equivalent to the ||= operator?...


phpoperatorsnull-coalescing-operator

Read More
Understanding PHP & (ampersand, bitwise and) operator...


phpoperatorsbit-manipulationbitwise-operators

Read More
Difference between the two Java operators: != vs !equals...


javaoperators

Read More
IS vs. AS vs. IsAssignableFrom - What are the differences when checking for objectTypes and Interfac...


c#performanceobjectinterfaceoperators

Read More
What is the Ruby <=> (spaceship) operator?...


rubyoperatorscomparison-operatorsspaceship-operator

Read More
Why is "||" the symbol for or?...


syntaxoperatorshistorybitwise-orlogical-or

Read More
0 minus uint = unsigned result?...


c#operators

Read More
How does the C# operator `??` works?...


c#operators

Read More
Why does Python's "is" operator behave unexpectedly with integers?...


pythonintegeroperatorsidentitypython-internals

Read More
Is there really an @ operator in Python to calculate dot product? Why doesn't it work on lists?...


pythonoperatorsdot-product

Read More
The 3 different equals...


phpcomparisonoperators

Read More
Why is my compiler not showing an error when I'm using '=' instead of '==' in an...


ccompiler-errorsoperatorswarnings

Read More
Change a value from 0->1 or 1->0 with only mathematic operations...


javascriptoperatorsboolean-operations

Read More
Does Python have a ternary conditional operator?...


pythonoperatorsconditional-operator

Read More
Stacking Multiple Ternary Operators in PHP...


phpoperatorsternary-operator

Read More
What is '#' operator in C?...


coperatorsoperator-keyword

Read More
Two '==' equality operators in same 'if' condition are not working as intended...


c++coperatorsequals-operator

Read More
What does the |= (pipe equals) sign do in Python?...


pythonoperator-overloadingoperatorsset-unioncompound-operator

Read More
What is the <=> ("spaceship", three-way comparison) operator in C++?...


c++operatorsc++20spaceship-operator

Read More
BackNext