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 ... 16 17 18 19 20 ... 59
Title Δ
In c++11, can a virtual function return a large value efficiently w... +0.35
Functional C++ via template abuse -2.28
Why does overflowing a char array influence the other array? +0.43
Efficient conversion between vector<shared_ptr<T>> and... -1.15
What's a good way of declaring instance variables in C++ without co... +0.06
Overloading operator outside template struct +0.96
Overloaded constructor of template member not called 0.00
IntelliSense: expression must have integral or enum type 0.00
Why is the type of a name determined during the first phase of temp... +1.86
Inheritance: Giving derived& as arg to function expecting base&... -0.00
Passing a pointer to a 2-D array by reference -0.65
Return std::Vector<> by reference is slow? +0.35
Static CRTP class without knowing derived type? +0.01
Maps containing themselves +1.23
static int initialization -0.33
Error: Pointer to incomplete class type is not allowed. How do I go... 0.00
C++ constructor calling another constructor -0.29
C++ nested classes, access fathers variables -0.17
How are templated static member functions parsed? 0.00
How to define a 2D array in C++ and STL without memory manipulation? +0.06
C++ returning an array of void pointers -0.08
Iterators to arrays of different sizes -2.42
push_back push the element before increase the capacity? -0.22
C++ overloading the << operator with a typedef'd std::vector +0.33
Writing an operator== function for an iterator in C++ -0.71
Template excluding one type +0.35
Replacing pure virtual interfaces with lambdas 0.00
Overloaded "==" operator in C++ is not called? +1.24
Program declaring variables by itself -0.88
Is it!=container.end() design mistake/feature or just necessity? +1.74
Why does ADL take precedence over a function in 'std namespace' but... -0.94
C++ function to remove parenthesis from string doesn't catch them all +0.24
Passing a generic struct as a parameter in an interface +1.30
c++ why definition of static member is not always required? -2.09
C++ can i declare on reference member? -2.38
How to store user settings completely internally in an exe with C/C... -0.70
C++ references on operator overload and memory leaks +1.40
using overlapped I/O conflicts with c++ D'tor +0.34
Have I misused templates here? +1.50
Why doesn't shared_ptr<A> implicit convert to shared_ptr<A... 0.00
Space reallocated in vector::resize() when resized to lower count? -0.33
std deque is surprisingly slow -1.48
Pushing vector<double> onto vector<vector<double>> +1.35
How to grant access to a private method -1.72
function wont accept iterator to auto_ptr 0.00
Is it neccessary to override a virtual function that takes the base... -1.62
Erasing an element of a vector that uses const_iterator -0.65
Understanding floating point variables and operators in c++ (Also a... +1.59
find() for std::set -0.89
How does begin() know which return type to return (const or non-con... +0.34