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 4 5 6 7 ... 25
Title Δ
Iterating a vector to second to last element with index vs iterator +0.66
Why do C compilers not warn when assigning integer value too high f... +0.49
Vector custom sum +0.05
reverse string in c using pointers -0.31
Is it possible to require() a script that is loaded using luaL_load... -0.44
qsort on dynamic array of dynamic structs 0.00
Inherit parent privately while inheriting its grandparent publicly... -0.79
Why is this Pointer to Constant Pointer assignment Illegal? +0.16
Calling a virtual function on all classes inheriting from a given s... -0.67
Is there a way to use pointers in recursion to find the minimum of... +1.68
difference between new and new[ ] 0.00
Typesafe variadic function -0.17
How to achieve variadic virtual member function +2.83
Comparing memberpointers +0.41
Safe Use of strcpy -0.74
inherit from template class and using inherit its constructor 0.00
Is casting a pointer to a double pointer acceptable within C? -0.91
Is it ok/safe to delete a class that contains running threads when... -0.49
Is this assertion of `const char*` guaranteed to be true? -1.88
How do you create a state machine within a state? -0.59
C++11 overloaded methods with forwarding to a unique method -1.15
C++: How to properly delete array of pointers to pointers in class... +0.42
memcpy && memmove with overlapping ranges 0.00
Tail recursion [C] 0.00
How to ensure a class derives only from predefined set of derived c... 0.00
How to get an array size at compile time? +0.10
Multiple fast readers single slow writer: is using shadow-data with... -2.04
A POSIX compliant OS usually extends an existing implementation of... +0.39
Why I should add '&' before the parameter which is an u... 0.00
Better way of doing it? new pointer, delete needed? -0.10
How to use an array of pointers to functions? -0.31
Algorithm of O(nlogn) to search for sum of two elements in two arrays +0.96
How many entries are in a vtable for an abstract virtual function? -2.01
Should I declare a member function as `const` even if it modifies w... +1.52
What are null pointers used for +1.24
How does the compiler know that it is at the end of the array? +1.27
How can I call every instantiated function of a template function? -1.53
How can different strings have the same address -0.52
Thin replacement for fat std::function -2.01
Big-O What are the constants k and n0 in the formal definition of t... -1.18
Custom deallocator with an std::vector doesn't get called -0.63
How to deal with assert() in a function, when you have dynamically... -2.04
multithread std::shared_ptr read / write -1.84
C++ alignment of operator new, how much does it matter? 0.00
How to write a size() function that works on any type of collection... -1.64
How to apply a comparison operator to each variable in two anonymou... +1.78
How to define macro bases on macro value? +1.53
Explanation of shortcuts in C -2.12
Is there a portable way of generating a nop opcode in C/C++? +1.14
Conditionally ignore case in c++11 regular expressions +1.89