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 ... 22 23 24 25 26 ... 59
Title Δ
What value does const void * offer over void *? -1.12
Identity string stream in C++ 0.00
Ambiguity in initialization order of static variables -1.41
Custom Stack Allocator, override Delete -0.42
Why is unique_ptr<T>(T*) explicit? +2.31
How to declare and initialize a static const array as a class member? -2.04
Do invocations of std constructors need to be qualified? -1.48
Does the compiler treat int and bool type similarly? -0.80
Why don't you need to pass arguments to a qsort comparator function? +0.40
std::list<>::splice invalidates iterators. Rationale? +1.36
Abstract Functors in C++ -1.13
C++ static member variable scope -1.18
Why use a specialised template class? -1.96
Is using typeid on a forward declared type undefined behavior? -0.83
SFINAE: Compiler doesn't pick the specialized template class 0.00
Class Destructor Error +0.06
Why will C++ copy constructor fail? +0.75
Specializing only a part of a template function's implementation -1.48
Should private inheritance be used when there are no virtuals? -0.12
Template-like declaration for function overloads 0.00
How to declare and initialize static constant strings in classes? 0.00
don't get it with the "two-stage name lookup" -1.95
difference between member function template of a template class and... 0.00
C++ "was not declared in this scope" when overriding a pu... 0.00
Is casting a const char array to an integer in the header always sa... -0.08
Pass template typename with free template argument +0.09
Why c++ does not support multiple initializers in for loop? -0.19
Cannot successfully friend a templated method in a templated class... +0.34
Why does boost::bind store arguments of the type passed in rather t... -1.26
Multiple inheritance pointer comparison -0.76
Should static_assert be triggered with a typedef? 0.00
How to do a partial template specialization on a nested type? 0.00
Sorting Vector in C++ +0.38
Default template parameters: Why does the compiler complain about n... -0.02
c++ efficient data structure for appending data with overwriting? +0.38
Determine a pointer type at compile time -0.26
Why is the "this" prefix required when invoking a member... -0.43
breaking template code in to separate compilation units 0.00
Type specialization at compile-time +1.45
Initializer lists with internal references 0.00
Nested Template Specialization -2.68
Which protected variable used in inheritance? -0.14
Implementing operator< for x,y,z coordinate -0.11
K&R style function definition compile using g++ -1.77
C++ Passing `this` into method by reference -0.03
C++: having problems with instantiation of func template -2.34
What do the include paths/numbers in preprocessed output of icpc(or... 0.00
Why aren't comparisons factored into Big O calculations? +1.10
Scope vs. Lifetime of Variable -1.30
How to emulate 'question mark(?)' type generics in Java to C++? +1.31