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 ... 59
Title Δ
Call to constructors without the new keyword 0.00
Const reference and lvalue +0.59
Is it safe to have missing class function declarations? +1.48
Removing element from vector / deleting object 0.00
vector<double>::size_type vs. double -3.20
std::thread::thread(<unresolved overloaded function type>) in... 0.00
writing templated member function over container type outside a tem... -0.70
Convert If/Else's into a switch somehow +0.19
Undefined Reference in inline function, solved with unary + 0.00
How to make a std::array? 0.00
What does it mean for a pointer to point to a location just immedia... +1.19
How do you call a function that returns a reference or throws an ex... +1.43
Why we can use the declared variable in its constructor in C++ +0.38
Learning about lvalue and rvalue and not sure why this code works +0.01
Is there in iso or boost function pointer that has the same syntax... +0.52
Forward Declaration for a Struct in C++ 0.00
C++ implementing a template that derives from an abstract template 0.00
How to make robust assert? +0.33
overriding virtual function covariant return types (both pointers) +0.24
Why do we use return *this in overloaded assignment? -0.27
Is there a way to prevent a base class method from being called on... +0.07
Are STL headers written entirely by hand? -0.60
Is there a concise opposite of "is empty"? -0.54
Error : No operator “<<” matches these operands +0.01
Is it possible to chose at runtime function that can access private... -0.10
Wrapping around old C Structures with smart pointers in C++11 and a... +1.90
Name collision of class function and non-class function 0.00
Bad practice to give class members names also commonly used in STL? 0.00
0xC0000005: Access violation writing location 0x00000004.' +0.82
Is it faster to return a value or to use pointer parameters +1.00
Removing class name causes segmentation fault +0.68
Calling const function from non-const object -0.99
find position of a list term in gdb 0.00
What is the purpose and function of the dereference operator in thi... -0.68
C++ recursion segfault. Can you help me see what I'm doing wrong? 0.00
interfaces in oop, "java-like" and "c++-like" -2.68
Is memory_order_acquire really sufficient for locking a spinlock? 0.00
"static functions with block scope are illegal" error dep... 0.00
Separate compilation and template explicit instantiation -0.17
Is it intended by the C++ standards committee that in C++11 unorder... -0.64
Class Function Not declared in this scope? 0.00
static vector usage for Fibonacci series generation using recursion +1.04
full specialization of method within templated class 0.00
How does C++ partial compilation with templates work? +0.33
Can a C++ template determine if the instance being declared/defined... -2.85
Does std::vector<Object> reserve method need a copy construct... +2.06
how to check if function exists +0.69
Why user-defined conversions are limited? +1.81
An error to create two dimension vector. +1.16
Why does this need an explicit std::move? +0.78