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 ... 56 57 58 59
Title Δ
In C++, how can I avoid #including a header file when I need to use... -1.48
How to use 2 C libs that export the same function names +1.04
Object Pooling +4.11
Why do we use 'this->' and not 'this.' to access members? -4.16
Best Practice for Scoped Reference Idiom? -2.30
Alternative to vector<bool> +0.99
How to tell compiler to NOT optimize certain code away? +2.59
When should I use C++ private inheritance? +2.91
Modern C++ Design Generic programming and Design Patterns Applied +0.03
Why would one use function pointers to member method in C++? -1.38
How much functionality is "acceptable" for a C++ struct? +3.25
What is the worst real-world macros/pre-processor abuse you've ever... +1.46
why does throw "nothing" causes program termination? -0.32
Is it better to store class constants in data members or in methods? -1.76
Should destructors be threadsafe? -0.52
C++ Pointers to Member Functions Inheritance +3.85
Why do I need to use typedef typename in g++ but not VS? +3.90
Returning a pointer to a vector element in c++ +3.81
How do you usually return an instance of a user-defined type alloca... -2.22
C++ class best practice +2.31
static_cast with boost::shared_ptr? -4.30
Problems with string -2.59
Isn't the Factory pattern the same thing as global state? -3.40
Multiple inheritance + virtual function mess -3.89
How to make a copyable boost::signal? +0.68
Should every C or C++ file have an associated header file? -3.13
Why can '=' not be overloaded in C#? +3.84
SVN problem: What is the latest revision that still contained this... -3.03
Creating a Maze class in C++ using 16bit unsigned int array? +3.71
Simple boost submissions; advice? +2.90
Implementing a C++ threading Library in c++ +2.66
Examples of "modern c++" in action? -1.53
Send a ping to each IP on a subnet +0.91
C++ compiler unable to find function (namespace related) -1.44
Suppressing Linking Errors in G++ 3.4.6 -2.43
Is there a way to delete files instantly on Windows XP? -0.35
Should I combine two similar tables into one? -3.48
simple C++ templates suited for STL Containers -4.13
What makes the Java compiler so fast? +2.40
Inadvertent use of = instead of == +1.57
how to set pointer to a memory to NULL using memset? +1.13
Class with a static function to be made abstract base class in C++ +3.61
Forward Declaration of a Base Class +2.06
GCC Template issue +0.78
Why do you use typedef when declaring an enum in C++? -1.49
Check for pointer definedness in C++ -2.47
error LNK2001 and error LNK2019 (C++) -- Requesting some learning a... +3.78
Diamond inheritance (C++) +3.75
Coping with rapidly changing technology (in particular Microsoft) -1.21
Is requiring a certain order for #includes in c++ a sign of bad lib... -1.40