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 2 3 4 5 6 7 ... 59
Title Δ
Can I mark a classes move-operation noexcept if it contains a stand... -1.59
Testing the need of synchronization lock on primitive data types wi... 0.00
Difference between “static const”, “#define”, and “enum” in perform... -1.72
How to implement std::optional's copy constructor? 0.00
c++ syntax: error conversion from some_type to non-scalar_type requ... 0.00
C++ Does derived class could inheritance Static data member and Sta... 0.00
Why is this static_cast not allowed? +1.06
Any reason to not use auto& for C++ range-based for-loops? +0.45
Clang does not find function instantiated after function definition... 0.00
cpp two dimensional dynamic array +0.31
Forward class declaration with template using typename +1.54
why can't print twice deconstruct for this C++ code sample? 0.00
Is a Trie a K-ary tree? +0.71
Compiler says method in template class is undefined unless I make i... 0.00
Defining a C++ conversion operator that doesn't return a value +1.69
How do I avoid re-including <iostream> in multiple files? +0.07
Populate vector with integer sequence, on construction +1.11
Private function invoked and it works. Could any of you reason it p... -0.09
Difference between `cout << x` and `cout.operator<<(x)`... +1.57
Can an exception be thrown from the ternary operator? +2.03
Confused understanding a passage about char and int types from K&am... -0.98
c++ recursive template specialisation -1.23
What happens when adding '++' before array in C++? -1.95
C++ template explicit specialization - calling existing member func... -0.69
C++, Reading and Saving large amount of numbers +0.08
Is there a c.ended(iter) method compatible with range-based for-loo... -0.81
C++ equivalent of algebraic datatype? +0.83
How do I deduce auto before a function is called? -1.55
operator== as default value for std::function -0.87
unexpected copies with foreach over a map +0.13
Restricting templates to only certain classes? +0.65
delete after new [] : with or without user destructor -1.95
Does the null character get automatically inserted? +0.18
std::function as template parameter -2.41
Overloading operator<< for template class. Impossible to get... -1.25
What is the rationale for extending the lifetime of temporaries? +1.56
How is moving a const returned object possible? +0.36
Run two <algorithm>s side by side on the same input iterator... -0.85
Why is std::pair<int, int> constructible from a const std::pa... -0.39
template specialization, different behavior on windows vs gcc? 0.00
Need to call std::vector.clear() before assigning using operator=? +0.92
C++: Vector members destructed after vector populated in class cons... -2.13
Trouble using find function in C++ +1.08
Difference between T[N] and T[] in template specializations? 0.00
Whatever happens, it is 0 -0.17
A lambda's return type can be deduced by the return value, so why c... -0.02
C complains about passing char** value to function taking char cons... +1.68
Segmentation fault - why and how does it work? +0.31
is it possible to use function pointers this way? -0.45
RVO and NRVO optimisations + C++11 move operator +1.44