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 ... 23 24 25 26 27 ... 59
Title Δ
Class with templated member function, is the same class? +1.53
Which character is first among 4 characters in c++ +0.71
Is this example of multiple inheritance acceptable in C++? +1.10
potential issue in this code using osstreamstring 0.00
How can I use a subclass in a parameter of a superclass method? +2.31
Modify const variable in const member bad pratice or UB? +0.72
Is it required to check a pointer validity if new fails? +0.60
Why is explicit specialization of a class template member function... 0.00
Java varargs equivalent in C++ +0.07
C++ templates: separation of definition and implementation using te... -2.05
behavior of the compiler using classes -0.65
Are Standard Library algorithms allowed to copy predicate arguments? -0.72
Reset an object without invoking copy constructor? +0.36
confirmation of basic c++ syntax -0.33
Do C++ compilers optimize return-by-value member variables +2.00
Does dereferencing a pointer from a const_cast ALWAYS invoke undefi... +1.74
2 raised to power n without any loop or recursion or library function +1.66
C++ SFINAE with CRTP, G++ compile error +1.23
is this code safe , is it ok to spawn a thread from a constructor C... +0.19
How to convert a stl vector of 3-element structs into 2D C-style ar... 0.00
Speeding up build process with distutils 0.00
What is std::promise? -1.41
How to organize a correct output of parallel program? 0.00
Why does C++ still have a delete[] AND a delete operator? +0.61
can't fix undefined reference to vtable -0.08
C++11 lambdas to Function Pointer +1.25
Why doesn't std types provide conversion constructor / assignment f... -2.37
c++ inheritance design issue +0.34
How to conditionally compile a templated function over the return t... +0.11
Differences in Inheritance 0.00
Find method to find substring within a larger string +0.52
Why is vector::iterator invalidated upon reallocation? -0.25
How to invert the sense of each predicate in a std::vector<>... +0.72
cpp suggest better ways to go to silence state without overhead/io... 0.00
Is there any way to detect whether a function exists and can be use... 0.00
intialize 1000 map elements -0.59
Should I std::move a shared_ptr in a move constructor? +2.76
C++ parser or static code analyzing 0.00
Specialising methods of a template class? 0.00
Does the overloaded assignment operator always provided by the C++... -1.44
Efficient passing of string literals in C++ +0.87
location of virtual function table pointer in object +0.56
Iostream is a class +0.34
Many source files vs few source files for maintainability? -0.08
common use case scenarios for condition_variable -2.67
Adding const keyword to an array passed as a parameter to function +0.37
string.c_str() is const? +0.27
How actually does a function return by value? -0.65
Initializing simple structs using initializer lists with clang 0.00
Is const a lie? (since const can be cast away) -1.25