StackRating

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

sp2danny

Rating
1459.91 (4,528,729th)
Reputation
4,931 (33,625th)
Page: 1 2 3 4 ... 6
Title Δ
Unnecessary else statements: Is there any disadvantage to using ELS... -0.43
Making sfinae works for functions with deduced return type? -1.45
Manually constructing a trivial base class via placement-new 0.00
Storing Data to Map +1.38
Merge sort wih pthreads now working in c++ 0.00
std::map with std::function value calls destructor 4 times but only... 0.00
Why does "std::begin()" always return "const_iterato... -0.12
Array with fast insertion/deletion +0.57
Member object of C++ class: Where should it be destroyed? +0.55
Why C++ does not have a convenient way to dynamically allocate memo... +0.38
C multithreading: What is the advantage of a Read Lock (pthread_rwl... +2.57
Reversing range-based for loop on a custom container class -0.05
C++ Pass lambda to template parameter -1.40
Define const array in source file 0.00
How to pass binary function to template function C++ +2.57
Does the C++ standard specify that for some cases the compiling sho... -0.99
SFINAE remove function from overload set if a free function does /... -1.29
I have something like this code and I would like to know how to get... -1.60
When a method is defined inside class scope, project won't comp... +0.67
Is it alright to put data members in an interface? -1.59
Changed bool value but it changes back during next loop of while st... 0.00
Can range-based C++11 for do/check extra operations/conditions? +0.15
Why constexpr data members are not implicitly static? +1.81
C++ RAII and polymorphism compatibility +0.62
RAII state management -0.62
Is it costly to pass an initializer_list as a list by value? -0.10
C++ returning a non-const method in a const method -0.45
Compile error, method with multi assigment to member variable, temp... -1.64
Rule of zero in C++11 -0.41
C++11 container of borrowed unique_ptrs +0.58
How to return a pointer as an iterator? -0.79
Can I use template type T in std::function to pass a lambda type fu... -1.17
How do I tell if the use of an asterisk is related to a pointer or... +2.13
Colon if statement difference +0.55
Efficiently Using A Function Output +0.57
Calling std::nth_element() function extremely frequently -0.32
add element to array of struct in C++ encountered "error no ma... +1.37
C++ Delete Dupes +0.48
How to initialize a vector of shared_ptr for classes that take one... -1.69
How to inherit from Template class C++ -0.57
3 Highest Numbers in an array without sorting, Where am I missing t... +0.09
Overriding a [[noreturn]] virtual function +0.80
Unsure of the condition for this loop (Pointer arithmetic) +0.29
Method in superclass that returns instance of subclass -0.87
swap in doubly linked list -2.28
call parent virtual function from child class +1.50
What is the best way to remove elements in a std:list<User_Defin... -1.24
How to make a static map in c++? 0.00
In C++, can I prevent derived class being instantiated by classes o... -0.41
checking if a linked list is palindrome or not -0.44