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 ... 7 8 9 10 11 ... 59
Title Δ
g++ force debug info to be generated +2.24
altering a key for a value in std::map 0.00
Why the Standard C++ Grammar for Assignment Expression Looks so Weird +0.58
KEIL error: no instance of overloaded function "std::transform... 0.00
Removing White Spaces -1.48
Redefiniton of an int error +1.15
Temporary Objects and pass by (const/non-const) `value` +1.10
Delete a member array correctly in C++ +0.70
std::transform with virtual call operator throws "global funct... +1.14
How to efficiently insert a range of consecutive integers into a st... +0.77
Why can template<T> but not template<> be defined outsi... 0.00
C++ Is it correct to call class member variables "attributes&q... +1.49
how do I specialize a bound template friend function to a template... -0.10
Can a friend iterator access non static data members? 0.00
Can two std::atomic's be part of one union? +1.35
Calling templated function with type unknown until runtime +0.35
Passing a private method of the class as the compare operator for s... +0.94
Should name lookup "in the class of the object expression"... 0.00
How do I write different operator[] for LValue and RValue? 0.00
Namespaces & Undefined References -0.97
Why should one rely on Named Return Value Optimization? +0.37
Where's the 24th fraction bit on a single precision float? IEEE 754 -2.05
Cache lines, false sharing and alignment +0.33
Can stl functions that work on each member of a container accept ex... -0.02
Inherit while using base template identifiers 0.00
C++ a way to have a typedef template to a member function? -1.69
Why does this cause a buffer overrun? -1.19
Is there a tidy way of associating metadata with functions in C++ -0.14
Create a C wrapper around a C++ library that can be linked by a C l... -0.19
Is such a downcast safe? +1.23
C++ What is the std::for_each() function parameter type? +1.12
Not expected constructor called -0.27
What is difference between int (*p)[3] and int *p[3]? -1.90
Switch Without Case +1.20
What is the efficient and/or right way to transfer a unique_ptr to... 0.00
Changes -g flag in GNU compiler makes in executable for c++ +0.08
C++ Template Function No Matching Call +1.34
Undefined reference to .. error (Linux) - Compiles fine in OSX -0.68
Can I use SFINAE to detect template class member functions? +1.93
Union of const/non-const Object Pointers 0.00
Must an unused function in a template class be valid? 0.00
C++ Templates: Automatically overload templated function with const... -1.16
Which constructor does this sematics call? -0.53
Is there a more elegant syntax for these boolean expressions? -1.06
How does template converting operator to pointer to member function... 0.00
Failed to specialize function template. Overloading operator<< +1.16
Does an empty string contain an empty string in C++? -1.20
Does the standard define the type for `a[i]` where `a` is `T [M][N]`? +0.52
C++ linker errors after declaring a template class 0.00
C++: Why does int array[size] work? -0.95