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 ... 4 5 6 7 8 ... 25
Title Δ
Passing STL vector wrapped in shared_ptr -0.44
use typedef for more type safe in c++ -1.32
Freeing a structure containing void * -1.93
What is C++ string's default capacity? +0.44
Return string from function that will be used to create a DLL -0.90
How can I iterate through a list only a specific amount of times? i... +0.22
Create typedef only when typedef exists in template parameter -0.38
Clamp iterator value to end() with std::min +0.03
With C++11, is it undefined behavior to write f(x++), g(x++)? -1.44
C++ auto-generated copy constructors with const and non-const refs +0.36
What's the difference between a random number generator's s... -0.42
Delete all wrapper types in a nested type +0.01
C++ Override base member value +1.37
Why are so many string types in C++? -0.57
Confusion about 'auto' deduction type -1.76
Newline character(\n) in scanf 0.00
I'm having some difficulty understanding these comments about d... -1.62
How to undeclare (delete) variable in C? -0.71
Struct not stored in memory as expected 0.00
Why is std::allocator a template? +1.40
Reducing code duplication while defining a commutative operation -0.59
Static-storage-duration initialization -2.23
In C++, how to return different generic types depending on argument... -1.51
Sorting strings in vector by length 0.00
Arduino lambdas 'no suitable conversion function from' error 0.00
changing const values via pointers c++ 0.00
Deleting a table passed into a function, within the function +0.39
C: How do I initialize a global array when size is not known until... +2.52
Accept both lambda-functions and function-pointers as argument 0.00
Is it necessary to check whether a pointer is null before free() -1.48
How to get rid of TLE? 0.00
Can '\0' and NULL be used interchangeably? -1.01
Elaborated type specifier in type alias -1.96
Function not returning modified length of string +0.70
Why doesn't argument dependent lookup work with default argumen... +0.17
How to access vector inside a structure? +1.76
should pointers be signed or unsigned in c +0.34
Can I copy a single shared_ptr simultaneously? 0.00
Is it possible to have a copy constructible class that holds a std:... 0.00
What's the difference between void and cv void? -0.28
Is it good approach to "pass" function template as generi... -0.20
Which methods should be const? +0.82
C++ template specialization not working when comparing sizeof(type)... +0.14
Is it better to return a vector<int> or an int*? +0.82
(Why) should a move constructor or move assignment operator clear i... -0.29
Is there a way to get C++ destructors called eagerly? -0.48
dynamic_cast vs virtual AsDerived method in base +1.14
std::ofstream prints extra bytes when given an array of unsigned ch... +2.54
Interleaving std::map insertion and iteration -0.09
I've seen the following code in C++. Is it defined behavior? -0.13