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 ... 51 52 53 54 55 ... 59
Title Δ
use class and enum with same name? +1.20
why do we actually have virtual functions? -0.24
Will `typedef enum {} t` allow scoped enum element identifiers in C... 0.00
C++(03): Easiest way to initialize an STL vector with hardcoded ele... +0.02
Accessing protected method from derived class in a different projec... +0.62
Overloading the global type conversion operator +1.37
Using a vector data structure - design and syntax questions -1.21
stl insertion iterators +1.90
Vector, Size_type, and Encapsulation +1.14
Is a member of an rvalue structure an rvalue or lvalue? +1.40
Can I forbid calling static methods on object instance? +1.58
Why doesn't this reinterpret_cast compile? -0.62
Is there support in C++/STL for sorting objects by attribute? +1.40
Does using a C++ namespace increase coupling? +0.89
C++ How to store collection of templates objects regardless of temp... +0.80
update map value +0.12
Problem passing vector of templated states to constructor 0.00
Why we can't implement polymorphism in C++ without base class point... +0.16
What does C4250 VC++ warning mean? +2.06
Return a const reference or a copy in a getter function? +0.77
Public new private constructor +0.29
C++ bitwise operators for std::string -0.66
Visual Studio add-on to tag code segments? -1.81
what are the OOP features which are not in java but c++ has those f... +1.04
Is there a way to print out the type of a variable/pointer in C? -0.05
Get a pointer to the current function in C (gcc)? +0.60
C/C++ implementation of an algorithm similar to subset sum -0.54
Using a C++ child class instance as a default parameter? -0.63
How to define a general member function pointer +0.22
Friend mixin template? -0.70
Can you cache a virtual function lookup in C++? +0.22
How to pass objects to functions in C++? -2.07
How do I add an object to a vector<const Obj&>? +1.03
What's the best way to force the user of a C++ function to acknowle... -0.96
what is that mean reinterpret_cast<char *&>(a) = cp; -0.92
using #defines and passing functions to them -0.06
Extract multiple words to one string variable -0.71
Is there a way, using templates, to prevent a class from being deri... -0.48
C++ Class using header and implemenation files -1.50
the patterns used in iterators +0.71
checking for a null object in C++ -0.51
Which one to use const char[] or const std::string? +1.40
Do these two classes violate encapsulation? -0.17
How functions are resolved by compiler? +0.93
Force template parameter to be a structure +0.02
object pool OR Pass by reference the stateless objects -1.85
Number of items in a byte array -0.34
Java: Do all processes run under the same JVM? -0.65
Speed issue while appending strings -0.21
Dependency on Derived class constructor problem +0.74