StackRating

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

xskxzr

Rating
1579.64 (3,035th)
Reputation
6,975 (23,034th)
Page: 1 2 3 4 5
Title Δ
Overload ambiguity in C++ for automatically converting objects into... -2.44
why this definition of a derived class is illegal? -2.33
Copy elision of map iterator pair value +2.86
Perfect-forwarding a return value with auto&& +4.59
How to avoid local lambdas shadow overload resolution? -4.09
Why does the implicit declaration does not introduce the name? 0.00
How to declare a constructor of a class inside another class in C++ -0.52
Does undefined behavior really help modern compilers to optimize ge... -3.81
How std::memory_order_seq_cst works +3.43
Overload variadic template's fixed parameters +1.34
Call of overloaded static_cast is ambiguous +3.40
Copy ctor is called instead of move ctor - Can compiler give a warn... -2.54
Intuition behind popping the values only when the set is empty +3.88
Symmetric matrix, value into c++ vector +3.52
std::make_shared() change in C++17 -0.50
C++ nrvo/copy elision with return statement in parentheses +4.29
What is the rationale behind the typeid operator ignoring cv-qualif... -4.08
hailstone sequence c++ Function needed to calculate the length of t... +1.46
compile-time validation of constexpr std::initializer_list +3.84
When is a type compatible with another? +3.61
Why self-initialize reference in initializer list is not an error? -0.64
why std::istringstream fail when I set std::locale to "zh_CN.U... 0.00
Brace initialization of template struct +3.80
Read text file into list without using direct loop using std::list... 0.00
How to implement a general pointer type in C++ +4.12
What is correct regex pattern to parse HTTP's digest authentica... +3.57
perfect forwading tuple values from std::get 0.00
Preventing array decay when allocating memory on the heap? -3.34
Deduce/erase type of template template argument -4.18
Algorithm: Count the minimum number of distinct sorted subsequence... +4.10
Does `basic_streambuf` create its own get/put areas if you don'... 0.00
Why C++ template accepting array is not more specialized than one a... 0.00
How to set an entered in string as a variable? C++ 0.00
constexpr array member with template specialization: inconsistent b... 0.00
Is there a programming standard about algorithms such as erase/remo... 0.00
Why deduced types of fun(T t) and fun(T && t) are different... -0.41
Is it possible to have a release-sequence from a release store oper... 0.00
Template Parameter with implicit array size 0.00
Perfect forwarding variadic template parameters to member function 0.00
How are fundamental types initialized? -1.85
MSVC error with constexpr array as template non-type parameter +3.43
Accessing data via pointer(reinterpret cast) vs . or -> operator +1.57
valarray in-place operation gives different result as a temporary a... +3.55
Why use member init lists if there is default member initialization -1.90
Why does adding a temp variable here make this compiler error go aw... +3.77
C++ Constructor member assignment optimization +0.31
forward declaration of a class template including a namespace cause... 0.00
Reference to the value of an empty optional 0.00
How to make return of variable efficient when wrapping existing class 0.00
Avoiding duplicate symbol due to initialization of specialization i... -3.61