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 ... 8 9 10 11 12 ... 59
Title Δ
Why do "normal" implementations of copy/move functions in... 0.00
Initializing a variable by a lambda expression? +1.81
What is the difference between a proper defined union and a reinter... +1.06
Which set methods has better performance: with or without `const&am... -1.04
Will "new" cause memory leak in function as well? +1.26
Trouble casting from int to struct +0.23
C++ enum used instead of const value +1.87
Using libraries compiled with different compilers 0.00
Move semantics with a pointer to an internal buffer -1.80
Find the nth element satisfying a condition? +0.93
Suggest some additions to ะก++ standard library 0.00
Use an operator overloader in an operator overloading function -0.17
C++ template variable assignment mayhem -0.84
Concatenate 2 STL vectors in constant O(1) time +0.86
Function or functor as template parameter? (If it does not need a s... 0.00
What does this bool operator actually do in C++? And how does this... +1.89
How can I make compile time assertions without C++11 +0.34
std::string getting (char *) instead of (const char *) -1.79
Internal Implementation of STL::MAP in C++ 0.00
how to define implicit casting operator +0.34
Functors vs. std::bind -2.72
How to make C++ fits well with DRY? +0.47
Type aliases and incomplete types 0.00
Providing different implementations of a class depending on lvalue/... -1.30
What's the difference of "passing by reference" and "... -1.27
Cost of passing by reference when a template type is fundamental 0.00
Why does vector::pop_back invalidate the iterator (end() - 1)? +1.28
how to check an inline function was automatically converted to a re... +1.60
Does #pragma once add inclusion guards? -1.05
Is a moved-from vector always empty? +0.65
Using a template with transform +0.29
Vectors and abstract classes +0.26
Is there a template in C++11 to deduce the optimal type to use when... +0.33
g++ Bug with Partial Template Specialization -0.91
Do C++ compilers make an independent decision about inlining a lamb... 0.00
Can changing a function which used to return a const ref to an std:... -1.77
overflow during operation a+(-a) +0.47
Type conversion from signed to unsigned problems +2.28
Automatic template specialization in template function argument -0.64
Pass lambda expression to lambda argument c++11 +0.35
C++ <algorithm> implementation explained +0.13
Does this pattern of compile time determination of inheritance have... 0.00
Why is the same value output for A[0], &A, and *A? +0.31
std::ostringstream vs std::string when converting integers to string +0.96
multiple functions with same name but different argument types as t... -1.43
error in unused template method 0.00
Why aren't functions like std::is_permutation() intrinsically unsafe? +1.49
How to use isnan as a predicate function to std::find_if (c++11) -1.79
Which std-functions call the user implemented version of the swap f... 0.00
Why is static_cast of void* to another type allowed? +0.82