StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Shafik Yaghmour

Rating
1679.88 (251st)
Reputation
130,232 (481st)
Page: 1 ... 9 10 11 12 13 ... 33
Title Δ
Static constexpr odr-used or not? 0.00
What happens when a integer overflow occurs in a C expression? +1.59
printing union variable - odd behaviour -0.45
Lambda expressions as class template parameters in C++14 +0.35
Is the operation "false < true" well defined? +1.05
Can't call base class constructor with brace initialization int... +0.35
Are static member functions reentrant? -0.17
Incrementing a Constant in C++ +0.30
Correct way to define a constant C-string in C++? +0.64
C++ - Bit-wise not of uchar produces int +0.83
cannot create name for struct with number -0.21
What other names could be considered during the lookup for a namesp... +1.45
srand() scope in C++ -1.44
Does the expression `new T` evaluate to an rvalue or an lvalue? -1.86
Lifetime of lambda captures +0.37
Rounding error in function arguments 0.00
"Constant expressions" prior to C++11 0.00
not, and, etc... in VisualStudio 2013 +1.52
unable to understand scope of macro definition in function +1.00
Interesting behavior of compiler with namespaces -0.22
Why was the boolean data type not implemented in C -1.86
Is `C == C++` undefined behaviour? +0.38
Why x - y does not overflow for TMin in this function? Why is the f... 0.00
Is the return statement allowed on constexpr constructors? -1.98
C++ array size declaration and const +0.31
Why enums can't be used as arguments in this vector constructor? -2.48
why the size of array as a constant variable is not allowed in C bu... -1.07
Computing length of a C string at compile time. Is this really a co... +0.83
Why overloaded new operator is implicitly static and no scope resol... +1.13
Can an enumerator be defined in terms of other enumerators within t... +0.27
How consistent is the size of std::size_t +1.69
For { A=a; B=b; }, will "A=a" be strictly executed before... +0.26
How does the integer overflow work in C? +0.29
What is the meaning of empty "<>" in template usage? -0.81
What's the overhead from shared_ptr being thread-safe? +1.54
volatile is a storage specifier or storage class in c? 0.00
what does "representable" mean in C11? -0.58
error: invalid suffix "i64" on integer constant +0.08
clang vs gcc - optimization including operator new +0.93
The difference between C and C++ regarding the ++ operator -2.06
C++: Compare return value of C function to NULL or nullptr? +1.91
Why does "volatile" demand declare-define consistency onl... +1.72
Why is value initialization so named? 0.00
What does #define Terminal ((arc*)1) mean? 0.00
Constant integer promotion rules? -0.35
Clamped Increment Integer? 0.00
constexpr returning array, gcc warning +1.64
What happens behind the scenes if the parameter of srand function i... +0.31
Which of these two methods is the correct way to give dimensions to... +0.71
How does the C compiler parse the following C statement? -2.40