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 ... 10 11 12 13 14 ... 59
Title Δ
How come a const temporary chooses to call a non-const member funct... 0.00
Defining member functions inside the class' definition -1.43
Does a function that returns a constant work slower than a void fun... +0.30
Why 4 process better than 4 thread? +0.94
Using getter/setter vs "tell, don't ask"? +0.79
is this struct undefined behaviour from source file -0.38
C++'s most vexing parse again +1.36
C++ Interface vs Template +0.66
operator new[] allocates only one element regardless of how many ar... -1.55
C++11 type of variable in expression? -1.45
Is this guaranteed to be a safe cast? -1.08
Downgrading from C++11 part of code 0.00
About destructors in c++ -0.32
How to define `health` and `maxHealth` in one object, when `healt`... +0.07
Function template parameter deduction 0.00
c++ class member function specialization on bool values +1.62
Implicit conversion from int to vector? +0.77
C++ fastest way to clear or erase a vector +0.27
Is encapsulation via public const pointers a good idea? -0.09
Does it help marking methods as inline in C++? +0.39
Is it good practice to bind shared pointers returned by functions t... +0.89
Will "&a+1 > &a" cause an undefined behaviour -1.98
SFINAE in class template constructors +0.34
advantages of std::set vs vectors or maps +0.34
Casting - Why Should I do it for Upcasting +1.31
Boost::Bind and virtual function overloads: why do they work? -2.79
static_cast void* char* vs static_cast void** char** -2.37
Function template as parameter +0.34
Passing r-value as non-const reference (VS warning C4239) +1.47
Can I make an assignment operator on a base class that returns sub-... -0.17
C++: Is it possible to inherit the assignment operator? +0.30
Code::Blocks - strange return code +0.11
Efficiency of std::get with std::tuple +1.82
using directive vs using declaration swap in C++ +1.01
Is it possible to call a subclass virtual function from within supe... -1.22
C++ passing a const pointer by const reference +1.38
When should a non-virtual method be redefined? -0.23
Shared memory and copy on write or rvalue references and move seman... +2.32
Changing constant pointer's address -0.00
Nested containers of different types -2.52
String made from the first char of another string - why is it also... +2.25
A template class that produces typename and typedef related errors... -1.23
How to overload static and dynamic_pointer_cast 0.00
error: argument of type ‘void* (Thread::)(void*)’ does not match ‘v... +0.84
Using metaprogramming for message queue management -0.76
why declaring function parameter as "X* const" -0.74
when does the compiler necessarily not make a function marked inlin... -1.44
How to instantiate superclass template with own type? +0.35
std::bind of class member function -1.25
What is distinctive for functors compared to normal functions takin... +1.78