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 ... 15 16 17 18 19 ... 33
Title Δ
Why is the minimum value of macro : RAND_MAX , 32767 -1.30
Is it safe to call std::equal on potentially shorter input if I kno... +1.65
How does string::npos know which string I am referring to? -2.01
Why both clang and gcc only give a warning when there is a space af... +1.25
How to declare bits in C? +0.64
Why can I construct a string with multiple string literals? +1.41
why compiler is saying Incomplete type error in this code? -1.91
How to read this grammar? (The C Programming Language 2e) +1.80
Should I always call vector clear() at the end of the function? +0.76
Why main can not be a constexpr? +0.69
Are implementations allowed to add public members to standard types? +1.42
Is this a minor error in the documentation or am I missing something? +0.72
Using automatic as parameters -1.81
C++ warning: deprecated conversion from string constant to ‘char*’... 0.00
Refactoring with C++ 11 +0.36
Random Number Generator Within Given Range +1.31
Is the compiler allowed leeway in what it considers undefined behav... 0.00
Initializing reference member variable with literal -0.20
Why can't I use "->" with "this" and "[... -1.49
automatic integer conversion of a 0 value fails +1.38
Extreme negative number when calling car class 0.00
g++ and Clang regarding array size 0.00
How does it work "checking bit flag" +1.51
Modelling "if" with "for" +0.88
Why the following do-while loop is valid? +0.99
what are default integer values? -1.53
Confusion regarding modification of const variable using pointers +1.89
What does it mean to declare a variable with a storage class specif... 0.00
What does s[-1] = 0 mean? +0.65
what is the meaning of __builtin_ prefix in standard library implem... +1.90
Why do constant expressions have an exclusion for undefined behavior? +1.62
Why is printf not using scientific notation? -1.56
Does "int size = 10;" yield a constant expression? 0.00
Someone can explain this? +1.15
Does the C preprocessor remove instances of "&*"? +2.25
Why exactly does printf not compile? +1.09
Is there a complete list of Implementation-Defined behavior in C++? 0.00
Code blocks MinGW and the %n conversion character -0.91
Is the order of this C statement well defined? +0.02
Can the fpos_t type take a null value? +0.79
Arithmetic for two unions, undefined behavior? -0.41
Why is setting a derefernce pointer equal to a primitive illegal? -0.23
Clang fails to throw error on non-constant array initializers in C8... 0.00
Difference between malloc and (int *)malloc in C -0.55
Different run-time checking of printf() for %s? +1.36
Multiple instances of a variable (static, non-static) -1.34
'%d' expects argument of type 'int', but argument 2 has type 'long... +1.40
why does printf() gives random output when it should be 0? +0.26
Do comments consume memory and/or use cycles? -0.47
assignment operator on empty inizializer_list 0.00