StackRating

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

David

Rating
1572.94 (3,708th)
Reputation
19,133 (7,208th)
Page: 1 2 3 4 5 6 7
Title Δ
I want to get unique set of n*n arrays which are including only 0 o... -0.39
How can I call a template's private constructor from a different te... +2.06
Is it good practice to require the type in a class template to resp... +1.34
C++ Access Control -0.77
C++: What is the difference between std::shared_ptr<T> and st... +0.42
calloc c-style pointer casting to c++ casting style -1.36
C++ "this" shared_pointer safety in class method +0.47
Class that creates new containers for type known from its template... -0.89
What is the best way to compare decimals? +1.31
Are function implementations defined inside header file compiled in... -0.32
How to use unique pointer vector? +1.93
Virtual destructors rules +1.53
default behaviour for (bool) cast -1.78
How to copy strings from ifstream to vector<string> elegantly? +0.52
Split function throws error -1.14
Conversion char > hex -1.56
Removing code duplication from const and non-const methods that ret... +1.89
Passing map<>::iterator as map<>::const_iterator & +0.45
C++ Take a type as a parameter of an unknown class function? +2.00
Moving elements out of an associative container +0.56
Letting users write to a list -1.12
C++ Multimap manipulation +0.90
How to return a copy of a derived object in a vector of base classes? +1.67
Removing items in list, python style and c++ style +0.11
Can a templated member method of a templated class be defined ousid... +1.99
Parent function accepting child reference as parameter (or The Adve... 0.00
limit the growth of a vector in c++ +1.77
How to make an array with a dynamic size? General usage of dynamic... -0.07
C++ shared_ptr based singletone what causes link error? -0.97
What determines which class definition is included for identically-... -0.66
Loop to print string backwards -1.26
How can compiler optimizations affect code logic? +3.56
In c++11, can a virtual function return a large value efficiently w... +0.40
Are ifstream/ofstream really used for serialization? -1.72
what is the proper way to fill members from raw data +3.48
How do I make a class in C++ so that it acts like a native int class +2.69
Safely casting struct pointers +1.44
C++ help understanding partial specialization -4.53
Is it possible to convert regular pointer to pointer to class field -0.43
C++11: Template Function Specialization for Integer Types +4.51
member functions to free member variable memory -0.11
Multiple Data Types with Vectors of Vectors +3.91
Static pointer and operator new -3.35
C++11: Variadic Template Function Parameter Pack Expansion Executio... 0.00
pure virtual method called error +0.12
How to remove duplicates and keep only unique pointers in list? +0.20
Why is there no object created in the exception? 0.00
C++ Using an overriden method after passing as superclass +0.05
Is it ok to erase from stl:map in concurrent with find -4.63
What is wrong with "checking for self-assignment" and wha... +0.71