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 ... 36 37 38 39 40 ... 59
Title Δ
Inheritance error dilemma: "invalid use of incomplete type&quo... +0.29
How can I run make command by using specific gcc compiler? -2.43
Can a base class implementation stand in for a pure virtual method... -1.20
What if redefine an inline function? -0.87
Implementing a C++ ThreadLocal +0.94
Why does enable_shared_from_this embed a weak pointer instead of em... +1.56
Why might std::vector be faster than a raw dynamically allocated ar... +0.38
How to make template function friend of template class -0.00
How to apply sizeof() operator to non-static class member methods? +1.27
lambda expression conversion -0.38
What is the most accurate way to count a sum of vector elements usi... 0.00
Memory management differences in return by value +1.01
Question on operator+ overload of random access iterator, in template +1.62
Why isn't operator new forced to take argument as "const size_... +0.84
C++: Method of calling functions whose parameter list was parsed fr... -0.17
abstract class and static methods -1.87
In C/C++, is there a directive similar to #ifndef for typedefs? +1.25
C++ Singleton class returning const reference -1.66
Why is it necessary to do a rebuild after adding a new member varia... +1.49
Compile-time assertion? +0.20
Why std::pair calls explicit constructors in assignment +1.18
const parameter +0.36
Explicit Assignment vs Implicit Assignment +0.23
Change pure virtual to virtual and stay binary compatible -1.74
Writing an iterator that makes several containers look as one -0.21
Why do compilers give a warning about returning a reference to a lo... +1.21
C++ - returning a const vector of const vectors of const objects +0.36
What is a good typesafe alternative to variadic functions in C++? 0.00
C++ Virtual function being hidden +1.38
Why do we need to delete allocated memory in C++ assignment operator? +0.04
c++: Can boost::bind be used to convert member function to expected... -2.51
Evaluation of type for auto in C++0X +2.04
Why I cannot access ancestor methods from predecessor templated mem... +0.38
Template within template: why "`>>' should be `> >... -0.56
Why myClassObj++++ doesn't incur a compile error : '++' needs l-val... -1.14
Why can this code elide a copy? +1.68
How do you implement Signals and Events in C++? 0.00
How to easily figure out where and why a program crashed? -0.06
ADL without templates -1.19
compare topologically sorted list with the original list +0.84
where to keep typedef's, should i have repeated typedef's -1.52
"Observable behaviour" and compiler freedom to eliminate/... +1.67
Advice on STL data structure +1.02
Counting overhead due to packing in C (gcc/g++) -0.51
C++/C# Array shift equivilents -1.52
C++: Is it possible to get a std::string out of an object that over... -2.18
Intitialzing an array in a C++ class and modifiable lvalue problem +1.06
does it make sense to inherit privately from an abstract (pure virt... -0.06
how many heaps have a software at least under windows -1.09
Is a virtual destructor needed for your Interface, if you always st... 0.00