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 ... 25 26 27 28 29 ... 59
Title Δ
Variadic Templates with MSVC 0.00
Is this a known pitfall of C++11 for loops? -0.66
How cout distinguishes basic types? +0.01
Transform-and-Accumulate +1.95
what is difference between multidimensional array in java and c++? -0.62
c++ heap or stack allocation? -1.08
Static function in template class +0.36
Why is the template trying to instanciate with 'int&' instead o... +0.09
Pointer casting not giving expected result -1.35
C++ error on f(void*&) call -0.14
Size of the classes in case of virtual inheritance +0.75
What is the point of the noreturn attribute? -1.78
The call sequence of the Constructors between Derived Class and bas... -1.24
Memory de-allocation with std::vector re-assignment -1.49
force const storing of returned by value value -1.27
Why can't I initialize a reference in an initializer list with unif... -0.50
Using malloc in a constructor of a templated class -1.92
Virtual functions and detouring +0.36
C++: Why is const_cast evil? +0.67
C++ 3D vector preserving "blocks" -1.73
Does placement new zero out the memory? +1.04
Use side effect of static initialization for one-time initialization +1.60
Cyclic Constructors +0.34
What is significance of cud (compilation unit data) array value? 0.00
Template argument deduction & template parameters 0.00
Is it a good practice that declaring a function as BigStruct&&a... 0.00
Usage of Union in OOP +0.72
queue<string&> errors +0.35
Use the base-class virtual method +0.73
cannot convert from 'const char *' to 'std::_String_const_iterator&... 0.00
C++ cannot pass objects of non-POD type +2.37
c++ reference to array +0.84
performance of array vs. map -0.81
Macro selection -0.23
How to return a smart pointer? +1.09
The compiler states that there's no matching function for a call, e... -0.35
Using overloaded operator[] via an accessor function +1.53
C++: Is there a point to add const to POD that are passed as argume... +1.03
Volatile Member Functions (C++) -0.51
How to create an STL object of iterators of template Type? -1.21
What are the base cases for Coin Change using Recursion? -0.41
C++ Pimpl vs Pure Virtual Interface Performance +0.38
Compound assignment and add operator overloading -0.59
C++: Bitwise AND +1.02
Fast thread syncronization -0.10
using the find function from algorithm on vector +0.37
Is it an overkill to use scoped_ptr in simple cases? +0.06
C++: Constructing a std::vector<std::vector<int> > with... -0.63
"More than one operator + matches these operands" error -1.88
Why is it bad practice to overload operator< as a member function? 0.00