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 ... 13 14 15 16 17 ... 59
Title Δ
Are std::vector objects containing boost::optional objects movable?... 0.00
How to get instance of class template out of the if statement? (C++) -0.83
Should this bit of C++ CRTP code compile, and if so what should it... +1.34
How do I invoke the pure virtual function? +1.33
constructing char*const* from string +1.65
Combining two arrays into one by putting the lowest numbers in first +0.01
Templated member function of non-templated struct/class - what's th... 0.00
Getting Errors but Lost on meaning using Linux Compiler +0.29
When should std::move be used on a function return value? -0.55
creating global variables causes linker error +1.63
Why does `std::string` have a `find` member function? -2.04
Why are the postfix operators designed to return-by-value? +0.83
How do I (or can I safely, or may I) move a const object? -0.05
Calling C++ class method from C +0.69
When are C++ implicit types initialized to 0? -0.00
Do C++ coders usually do moves explicitly or do they just rely on t... +0.83
Type defined in template class "does not name a type" 0.00
return in a lambda expression - my book wrong? -0.61
negation of std::integral_constant<bool> -1.73
on a fn call in c++, args are copied to the corresponding parameter... -0.18
Is "if (getline(fin, str)) {}" conforming to the C++11 st... +2.40
Member calling inline member function through function pointer, wil... -1.10
CRTP Dispatch in C++11 -0.29
Generic template non-type arguments +1.64
std::for_each equivalent that does not dereference the iterators +2.42
Understanding binary conversions -1.53
String error c++ -0.54
Array of objects with vector as class member 0.00
C++ namespace issues with third party library and same name classes -0.05
Difference between pair of consts and const pair +0.30
Is that correct to use 'using namespace' instead of nesting the ent... +0.27
Class A not visible in class C but visible in main. Why? -2.24
Why does C++ have signed and unsigned +1.03
Undefined reference error even though the functions are present -0.64
Lifetime extension and the conditional operator -0.82
Should you overload swap in the std namespace? +0.03
Accessing a member variable's address in derived class.Behavior cha... +0.36
Is there any difference between push_back() and resize(size()+1) -0.14
Is inserting in the end equivalent to std::copy()? +0.71
Difference between different struct initialization methods -0.12
Explicit string behavior in non-constructor member functions +1.36
Is there a way to define "alternate" string terminators (... +0.36
Using a unique_ptr as a private member in an abstract base class -2.70
Why does this `auto` not automatically turn into "`const`" -1.69
C++ template implicit instantiation with reference parameter 0.00
map better than sparse vector? -0.93
Can vtable overhead be avoided using a static_cast? -0.36
Compilation QT Creator project using classic terminal and gcc/g++ -0.65
when are default argument object destroyed? +0.96
template and is_same() doesnt work? +0.30