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 ... 59
Title Δ
Do I have to implement commutativity for comparison operators manua... +0.12
What causes std::sort() to access address out of range +0.38
A variable name member of two namespaces 0.00
terminate called after throwing an instance of 'std::invalid_argume... 0.00
Is pointer to sizeof depends on the object type? +1.32
why is the iterator not initialized in this code +1.17
Function definition as qualified id +0.33
Strict aliasing rule and 'char *' pointers 0.00
C++11, type deduction of derived class in static method +1.62
Can not use dynamic_cast to a const object +1.53
What happens internally when we do downcasting? +0.31
Example in which parallel execution is faster than sequential execu... +1.09
Is return type deduction possible? +1.23
What was it that made the compiler change from a dynamic call in th... 0.00
Virtual table pointers -2.62
how to fill array of pointers with NULL? +1.47
namespaced class template inheritance in C++ 0.00
Operator Overloading assignment with templates - C++ +0.34
Copy constructor for a class that has unique ptr of a Base class -0.32
"ambiguous overload for 'operator<<'" *without* a c... 0.00
Optimization of virtual function calls in derived class -0.68
Declaring a global variable in a non-member function -1.64
Get element type from templated container type +0.18
Size() function compiliation error, says size() is not declared in... +1.33
Passing an Lvalue to a parameter of RValue 0.00
How to properly initialize Struct object in c++ 0.00
Apparent inconsistency in iterator requirements 0.00
c++ overloading operator [] efficiency -0.50
Doesn't template specialization "inherit" members/functio... +1.91
Does it take more time to access a value in a pointed struct than a... +0.90
What does `(&)()` mean in a C++ compiler error message -1.40
Is shrink_to_fit the proper way of reducing the capacity a `std::ve... +1.23
Another "ISO C++ forbids declaration" error -0.18
Non-type (reference) template parameters and linkage -1.43
Are casts as safe as unions? -1.72
Does C++ have a smart pointer like unique_ptr with a "destruct... -1.72
Sorting a vector of ints that have been converted into strings +0.07
C++: Avoiding duplicate symbol linker error 0.00
Why an opaque-enum-declaration is not a definition? -0.21
Given 64-bit virtual address space, any reason not to declare 32KB... -0.12
Do you know a tool giving the list of exceptions that a function ca... +0.32
Error when using a member of a base class in a class nested within... 0.00
Template Class Dependency Issue +1.33
Returning Vectors standard in C++ +0.99
Polymorphism with abstract class (C++) +0.73
Creating an efficient recursive function to sort a List<template... -0.26
Inherit from a class that has the copy constructor deleted 0.00
There are some details I didn't understand in ยง7.3.1.2/3 in the C++... +1.40
Is there any possible way to force implicit constructor initializat... 0.00
Passing data between threads using a singleton 0.00