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 ... 15 16 17 18 19 ... 59
Title Δ
Calling Virtual methods during construction and destruction -0.35
C++ adding friend to a template class in order to typecast -0.73
C++ References and Pointers -1.54
C++ - Should I make `operator+` const? And does it return a referen... 0.00
How to refactor this while loop to get rid of "continue"? +0.77
template base class typedef members invisible 0.00
why hiding is not supported here -1.47
Is reinterpret_cast and c-style cast compatible (by C++ standard)? -2.00
Retrieve container's comparison function given an iterator -0.48
Is there any way to know if the non-pure virtual function has been... -0.28
Can I leave typename unspecified in base class? +0.32
C function pointers with C++11 lambdas +0.10
Accessing members from an object itself with either THIS or member... +0.57
C++ a member with an in-class initializer must be const -0.20
How do I check that stream extraction has consumed all input? -1.41
move constructor not being called as expected 0.00
Is this program ill-formed despite SFINAE? +1.91
Why don't I get compiler errors from returning from a void function... -1.37
Operator Overloading not working even when both postfix and assignm... -0.80
Implicit type conversion does not see a base class match. bug or fe... +2.15
Pass enum to class and then return +0.13
Alternate ways to identify polymorphic objects? -1.41
Is it necessary to have a temporary or a literal to have an rvalue? -1.40
Argument dependent name lookup and typedef -1.42
C++: Function not overridden when using templates +1.44
Why cant cast from pointer to reference to pointer in template func... +0.34
How to minimize the times that list constructor (either copy-constr... +0.32
Move Semantics and Pass-by-Rvalue-Reference in Overloaded Arithmetic +0.37
c++ - error :invalid initialization of reference of type 'const tes... 0.00
Weird behaviour c++ for switch statement -1.29
On implementing std::swap in terms of move assignment and move cons... +0.41
Trouble with reference/value mixups? +1.83
How are UML model relationships coded in C++? -1.45
Why full specialization of template function is not picked up from... -0.96
Erase elements in a vector of struct according to a property value +0.23
operator new with negative size +0.71
What is the difference between: Handle, Pointer and Reference +0.20
Initializing an object using constructor with variable number of pa... 0.00
What is the proper way to handle a large number of interface implem... -0.22
more than one instance of overloaded function matches the argument... +1.70
`typedef T this_type` that doesn't require T 0.00
Initializing a Reference Type in C++ -2.01
Inline virtual function when called from another virtual function? +1.00
map of pointers to functions of different return types and signatures +1.21
double '=' in initialization +1.10
Boost asio error when building class -2.51
How does a template assume the datatype? +0.22
Temporary structure object constructor odd call +0.15
C++ how does While( cin >> x) work? +1.95
Organizing source (C++) 0.00