StackRating

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

Deduplicator

Rating
1571.79 (3,853rd)
Reputation
35,304 (3,270th)
Page: 1 2 3 ... 25
Title Δ
What is the address of a pointer (x2)? -0.25
Getting several WM_PAINT message with one dispatch 0.00
C++ SSO : How to programatically find if a std::wstring is allocate... +1.41
How to make a function in C++ to delete a node from the linked list... +1.95
A type that can hold both Foo* and std::shared_ptr<Foo> +2.31
How to have a function pointer to a generic lambda? +2.20
C language Pointer related questions -1.03
How can I fix "& requires l-value" -2.00
Problem with false case in conditional_t being compiled and evaluated -0.01
Why some examples are using "endl" instead of "\n&qu... -0.92
How to efficiently iterate over std::(unordered)set when deleting i... +2.02
Checking Palidrome in C++, some outputs are working some aren't -0.38
Failed to use strcpy() in stack 0.00
Passing a std::shared_ptr<T> to a function that takes a std::... -1.43
C++ gcc 9.3.0 typeid of derived pointer always return typeid(BaseCl... +2.22
I can't figure out the bug on cs50 pset4 serpia filter. The exp... +0.41
why template parameter which is explicitely given can not be "... -1.26
When i use cout.tie(NULL), program doesn't print anything for m... +1.30
Generic "sqr" function 0.00
How to convert a std::string to L data type 0.00
When is it appropriate to re-assign a function argument or return a... 0.00
How do I recursively split a linked list of integers into an odd an... +1.86
i+1 as opposed to i++ +2.11
What's the difference between std::endl and '\n' +0.39
boost::filesystem:path detect that two paths share same physical dr... 0.00
Size_t variable as loop counter causing segmentation fault. Why doe... -0.09
Does memory get freed when reassigning std::unique_ptr? -0.76
Is there any advantage if virtual destructor is not defined with sh... 0.00
Should I declare all members/function that doesn't throw noexce... -2.06
How to run thread in class method? 0.00
Why the need for both const reference and const member function? -0.84
is there any risk using std::addressof(std::cout) instead of &s... +0.61
How to make a deep-const pointer 0.00
C2679 binary '-=': no operator found which takes a right-ha... -1.00
What is the best way to avoid if-conditional inside of a loop? -0.85
Why does std::forward_list::empty has [[nodiscard]] while std::forw... 0.00
Any documentaion available for behaviour of unsigned char pointer i... -1.64
What does "typename iterator_traits<InputIt>::difference... +0.40
What are the specifics of the definition of a string in C? -0.66
create tuple of nth element in the cartesian product of input vectors +0.75
How to prevent wrong values in an initializer list? -0.82
Why is it necessary to include x.h in x.cpp if x.h consists only of... -0.93
Difference between vector.back() and vector[vector.size() - 1]? +2.26
How to avoid code duplication when iterating over either a vector&l... +1.76
inserting into the back of std::list during range based for loop 0.00
Would replacing ' :: ' with ' . ' create ambiguitie... +0.79
Using strcpy_s to copy string to char* -1.17
How to copy a derived class with just a reference to the base class -0.71
How to clone objects of unknown dynamic type in C++? 0.00
C++ ranged vs manual for loop -1.00