StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

curiousguy

Rating
1418.04 (4,535,897th)
Reputation
4,586 (36,294th)
Page: 1 2 3 4 5 6
Title Δ
Total, weak, partial orderings - complete definition 0.00
Why is C++ allowing me to assign a const char to a const char *?​! +1.12
Inheritance - why is this illegal? -1.03
Overload resolution when passing in a function template to another... +0.88
Equivalent of Java interfaces in C++? -2.01
Behavior of condition_variable_any when used with a recursive_mutex? -1.72
Dynamic binding in C++ on copied object -0.99
How do i sync variables across threads? C++ +0.52
C++11 Can I ensure a condition_variable.wait() won't miss a notific... +0.05
Why class member functions shadow free functions with same name? -0.34
Inherit from multiple partial implementations of an abstract base c... -1.25
C++ multiple inheritance and vtables +2.20
C++ different singleton implementations +1.31
Using the this pointer in a dependent derived class template -1.16
Why do I need a reinterpret_cast to convert Fred ** const to void *... -1.07
Prevent Visitors from Voting again -1.77
std::list<>::splice invalidates iterators. Rationale? -0.69
Does google bot ignore load balancer sticky cookie? 0.00
How do I safely release an object shared between threads using boos... +0.28
Why does virtual keyword increase the size of derived a class? +0.77
Covariant return type with non-pointer/reference return type +0.35
Is it a good convention to virtually inherit from pure virtual (int... 0.00
Multiple instances of a virtual base class subobject (really) -- no... 0.00
C++: STL: set: stored value constness 0.00
Multiple inheritance and pure virtual functions 0.00
C++ multimap iterator invalidation -0.35
Lifetime of object is over before destructor is called? +2.72
Chaining implicit conversion operators -1.19
What constitutes of RValues? -0.59
static_cast and temporary creation (final edition) +0.92
What is the scope of a literal value, and how does the compiler all... -2.02
C++ Multiple inheritence, base class visibility and the dreaded dia... -3.60
Invoking a nonconst method on a member from a const method -2.74
char* conversion and aliasing rules -2.88
static_cast restricts access to public member function? +4.79
Why can template instances not be deduced in `std::reference_wrappe... +5.46
Initializing object with indeterminate value -0.24
Boost shared_from_this and destructor -3.93
Will an lvalue to rvalue conversion happen? -1.68
Transcoding characters on-the-fly using iostreams and ICU 0.00
Const function in STL containers -0.84
Is it possible to deduce whether type is incomplete without compila... +6.27
How do I force compiler to generate error or warning when I forget... -1.01
Proper behavior when overloading casts to have class behave identic... -2.26
Does "Class myclass = Class()" waste resources? -2.71
About deque<T>'s extra indirection -2.99
Use of -> in a template in order to force the following symbol t... -3.15
error: invalid initialization of non-const reference of type ‘int&a... -2.84
C++ Avoiding excessive use of lock() in member functions that use b... -0.40
new, shared pointer & virtual functions +1.11