StackRating

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

DeiDei

Rating
1534.71 (14,833rd)
Reputation
6,201 (26,271st)
Page: 1 2 3
Title Δ
vector<map<move-only type>> does not compile with MSVC -1.41
How to overload dereference operator of std::list for range-based f... 0.00
Using concepts to enable member functions when the template paramet... 0.00
I am trying to understand how pointers and arrays of pointers work.... 0.00
How to use templated std::function as parameter? +2.48
Didn't understand how output came out -0.55
std::is_same gives strange result in using C++17 structured binding 0.00
Accessing data from a nested class elegantly +1.83
Call base class operator= from derived in parameter pack 0.00
How do I remove this inheritance-related code smell? +0.98
Using std::conditional with non-convertible types (raw vs pointer) -0.84
overloaded less than (<) operator for sorting objects in several... -2.50
Using std::invoke to call templated function +0.04
Opeartion on a variable and constant giving different result in c +2.70
Design iterator adaptor to convert between unrelated objects +1.40
Why could two different unnamed namespace co-exist in one cpp file? +0.21
C++ large multidimensional-arrays on stack 0.00
Const pointer C++ Stroustrup 0.00
why can't I use reference type in the operator=? +4.09
What's the right way to make a pair with unique_ptr? 0.00
Why do pointers behave differently when operated by post increment... -3.70
How to use a user defined literal in a header file? +0.14
Is there a difference in intended meaning between .s (lower-case) a... 0.00
How can I implements "iterator classes" with enable conve... 0.00
Element-wise tuple addition -0.80
According to the C standard, may macros with arguments collide with... +3.98
Find a shared_ptr in an unordered_set with only a const shared_ptr? 0.00
struct initialisation syntax 0.00
C++ template with variadic argument specialization for number of ar... -3.96
Repeating values for in a random bytes generator in c++ -4.37
c++ template specialization parameter duplication 0.00
C++17 Cannot use std::bind to produce a std::function -4.40
Extend enum with additional values 0.00
Can't implement pure virtual function from SFML 0.00
std::set iterator with same key and different comparators -2.09
How to convert int variable and append to const wchar_t* +3.56
Why can't I use std::begin/std::end with int(*p)[3] while I can... -0.69
How to make a priority queue use a variable from custom a class (As... -3.30
remove_if from vector of strings 0.00
trying to overload operator ++ for my date class. still getting the... 0.00
How to specialize a class template for an integral type with the in... 0.00
Does std::vector.push_back(std::move(foo)) make sense? -4.53
Overloading ostream friend operator with shared_ptr vector 0.00
Recursive List: Everything calling destructor 0.00
What's the type difference between a, &a, and &a[0]? -0.22
(C++14) Array of lambdas: error: 'name' declared as array o... +3.38
literal class compile error with constexpr constructor and function... 0.00
c++ redundant code in a for loop +0.73
friend class declaration and member function declaration +3.24
I am getting the error 'TList<T>::operator=':unable t... 0.00