StackRating

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

P.W

Rating
1550.25 (7,858th)
Reputation
20,510 (6,603rd)
Page: 1 2 3 4 ... 15
Title Δ
Pointer pointing to itself -2.59
Why is the "alignment" the same on 32-bit and 64-bit syst... +0.61
Why we should import #include <string> for string data type a... +1.48
Clang doesn't evaluate the value of the constexpr function for... +2.37
Is using -fopenmp necessary when using thread sanitizers in clang o... 0.00
What is the difference between logb() and ilogb()? +0.53
Is there an implicit type promotion in "float = float - float&... 0.00
Derived-to-base conversion for incomplete types required by decltype -1.72
In linux kernel 2.6.26, i found "#define atomic_read(v) ((v)-&... +1.11
in a for loop, does the variable used in the condition get checked... -0.91
Is swapping uint32 for uint64 benign other than (possibly) memory u... +0.83
While loop runs with an undefined function's name as a condition -1.33
C variable type assert -0.68
Subtracting 2 pointers returned by malloc with zero size 0.00
Why do C++ deprecated warnings print twice? 0.00
Float precision not formatting in string +0.45
Why are std::future and std::promise not final? +0.59
How this program with threads works? +0.45
std::unordered_set::equal_range iterator question 0.00
what is this function doing "if(c)" print(c), else print(... +0.45
BGL: specialization of template in different namespace 0.00
Why does passing a char array as argument in a function and trying... 0.00
Segmentation fault when trying to get lowest number from user input... -0.49
Compiler errors with incorrect use of nullptr +1.19
Is there a way to declare a function argument to take an anonymous... 0.00
Get size of vector elements at compile time (even if it is empty) u... +1.84
How does joining threads affect the order of execution in the main... +0.44
Inserting objects into vector using lower_bound with compare struct -2.30
Bizarre template errors when compiling in Visual C++ with /permissi... -1.79
Inline version of a function returns different value than non-inlin... -0.49
C++11 code with thread giving error with clang version 3.5 on rpi3... 0.00
boost::combine, range-based for and structured bindings -0.88
Why initializing an array with 0 clears the entire buffer? +0.18
proto c++ implementation - "marked ‘override’, but does not ov... 0.00
Lambda expression (sum of vectors) +0.47
Wrapping a recursive variadic template class changes behavior. Why? 0.00
I am getting junk output also 0.00
Is converting a reinterpret_cast'd derived class pointer to bas... -0.28
typedef shared_ptr<T> conversion to bool -1.17
GCC_VERSION gcc-6.2.0 is given error: enable_if is not a class temp... 0.00
Check if vector is uninitialised at a certain position -1.07
difference between two syntax new( int[ size ] ) and new int[ size ] 0.00
Is a boolean expression as onerous as branching with if or switch? +0.41
constexpr static std::array<const char *,5> failing to compil... +0.44
How can I use std::bitset while the number is larger than the max n... +0.38
How to make gdb step-into operation in standard library C/C++ funct... 0.00
why does `boost::lower_bound` take its argument by value? 0.00
C string as template non-type parameter works in gcc 6.3 but does n... 0.00
How to update the static variable value after performed one testcase? 0.00
Why does my program keep on giving me heap buffer overflow even tho... +1.49