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 ... 11 12 13 14 15 ... 33
Title Δ
The difference between char* and int* -2.57
How does an equal to expression work in a printf placeholder? 0.00
Can anyone explain to me why the sizeof function returns different... -0.58
Is it possible to declare the conversion function returning array r... 0.00
What is use of the ref-qualifier `const &&`? +1.04
Swapping the values of two variables without using third variable i... +1.39
Does Unary + operator do type conversions? +1.02
c++ assert: the precedence of the expression in an assert macro -0.82
What happens when using make_shared +0.73
How long does a string constant live in c++? 0.00
Are these compatible function types in C? +0.59
Array as compound literal +1.63
Two functions declarations share one definition, is this legal? -0.30
Enumeration object set to a value not equal to any of its respectiv... -0.79
Is it necessary to lock an array that is *only written to* from one... +0.71
Why doesn't g++ -Wconversion warn about conversion of double to... 0.00
Where is the definition of `top-level cv-qualifiers` in the C++11 S... 0.00
What is the definition of "arithmetic operation" in C99? +1.26
Static Variable Declaration (C) -0.59
How can I take binary representation of float-pointing types? -1.92
Is Type(::x); valid? +1.60
Can this not be done with variadic template parameter packs? +0.32
How do I get line numbers in the debug output with clang's -fsa... +1.69
Why doesn't this swap macro using shifts not work for negative... +1.86
How to get a constexpr variable as dimension for declaring an (buil... -1.68
Setting an array's size to the value of a const derived from th... -2.03
Why does ostream prints `1` for a string defined as `volatile char[... +0.47
stl random distributions and portability 0.00
unsigned int data types in c -0.10
Ternary operator inside printf +0.86
What is the value category of result yielded from shift operators,... +0.31
c++ constant type conversion in arithmetics 0.00
Why is std::streamsize defined as signed rather than unsigned? 0.00
Does std::condition_variable_any have awkward semantics? -0.49
constexpr and initialization of a static const void pointer with re... +0.17
Statically casting an integer to pointer type -2.52
Is "else if" a single keyword? +0.57
Why must a short be converted to an int before arithmetic operation... +1.38
If a variable is uninitialised, when does it throw as error and whe... +0.26
Strange pointer casting with void * -0.56
Storage of variables and dereferencing them -0.29
Pre-Increment Operators when Using the Variable on the Same Line +1.11
Why does this loop produce "warning: iteration 3u invokes unde... +0.71
log(10.0) can compile but log(0.0) cannot? +1.07
Why must initializer list order match member declaration order? +1.02
Code example for non-unique namespace-qualified lookup 0.00
Does the order of automatic variables creation correspond to the or... +2.10
Will C++14 support unconstrained generic functions? 0.00
Why is a const variable declared as a class member still modifiable? -2.01
Interdependent initialization with commas? -2.59