StackRating

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

David Rodríguez - dribeas

Rating
1612.89 (1,314th)
Reputation
178,288 (281st)
Page: 1 2 3 4 ... 59
Title Δ
Print any c++11 array with a non-member ostream-overloaded function -1.07
Compile time type checking with branching logic +0.34
Function that does same things for different parameters +0.65
Is it safe to return a passed-in temporary value and read from it i... -0.97
How recursion is working in this quick sort program? -0.70
Passing structs as output parameters in C++11 -1.05
pointer to member strange declaration -1.79
how to inline virtual with multiple inheritance 0.00
Correct way of determening the template type of variable in C++ 0.00
binding of reference to a value of type drops qualifiers +0.32
How do you know what is the current object? +1.44
Why is initialization of derived class through a base class pointer... 0.00
c++ template specialization-specific declaration -0.84
Should I declare a method noexcept if it never throws when used cor... 0.00
how to implement the swap function when the object type is not known -0.19
how to I use SFINAE for function objects with different operator()... 0.00
Partial function/method template specialization workarounds -2.46
Instance of private nested class c++ +0.31
How do I call main() in my main cpp file from a seperate cpp file? -0.73
Unknown return type in template +0.79
Better to instantiate object with correct values and then push to v... +1.06
How to disallow assigning to a temporary object and implicit castin... 0.00
Difference between std::uncaught_exception and Microsoft __uncaught... 0.00
Is there C++ method that allow to use function pointer multiple tim... +0.13
How to call overloaded function using return value from other funct... -0.20
In a map how to collect keys of the same value into a vector? +0.73
C++ classes: create copy of "this" class within member fu... +1.27
Weird behaviour in calling template function 0.00
How does C++ make template deduction on rvalue reference? -1.44
Reference vs pointer specilization -0.99
Overload by return type and arguments -0.62
Concatenating two std::vector -- which method is more efficient and... +1.28
Is it legal for the compiler to degrade the time complexity of a pr... +0.21
Are Private members of base class always inherited in derived class... +1.29
Keeping sorted sequence without a less-than predicate -1.87
why does a pointer to an array of string literals reverse the index... -2.70
STL custom allocator +0.31
SFINAE and visibility-checking in Clang vs. GCC vs. MSVC -- which i... 0.00
C++: best way to get size of object in generic code +1.17
What does compiler do when returning an object -0.23
Object has type qualifiers that are not compatible with the member... 0.00
For a C++ class comprised of other objects, is it good practice to... +0.82
Automatic determination of the constructor initialization list by t... +0.46
no default constructor exists for class (c++ classes) 0.00
template inheritance and abstract class 0.00
Is it possible to make a scoped enumeration ("enum class"... +1.61
Why are many object files linked instead of one large object file? -2.52
Function prototype thinks a class type is undefined, although it... 0.00
What's good of using non-type template parameters? +0.62
How to find the difference of two maps? -1.19