StackRating

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

chris

Rating
1653.69 (506th)
Reputation
46,954 (2,207th)
Page: 1 2 3 4 5 6 ... 16
Title Δ
How to change the return type of an inherited class member 0.00
explicit specialization: syntax error? 0.00
Using boost::optional arguments as parameters in template functions 0.00
How does variable argument list work with overloaded objects in C++? -0.45
Is this typedef-ing a function in C++? +0.55
Does auto return type deduction force multiple functions to have th... +1.50
How to override std::hash for an enum defined inside a class? +0.83
Strange output for function with variable number parameters of type... 0.00
about WINAPI errors handling -2.12
Cross-platform code label macro? +0.28
How to remove punctuation around a string +1.94
Using macros to generate argument list from __VA_ARGS__ 0.00
Is there any example that triple colon (:::) is a valid syntax in c... +1.50
Why is a forward declaration in a function declaration allowed? -0.72
why is adding try block causing compiler error 0.00
Set of candidate functions -1.81
C++ Implicit conversion from bool to string 0.00
the following c++ program does not compile and is displaying a vari... -0.16
C++ Virtual Inheritance of virtual method 0.00
How does a constructor choose a base class constructor in C++ -1.87
Sort a list of pointers to objects using lambda expression 0.00
Template class constructor with one argument in the second template... +1.01
Include )" in raw string literal without terminating said lite... +1.23
Preprocessor Stringizing Operator with String Literal Prefixes 0.00
Define a new type in a function return value 0.00
can constexpr function return type be a non const? +0.27
How do I ensure a number is within a range? +1.40
Brace-initialization via move from function return value gives &quo... -2.28
ternary operator of different types 0.00
Modulo Operator (%) gives divergent results +0.79
Using Pointers in functions 0.00
C++ template sfinae error 0.00
C++ Multiplying elements in a vector +0.29
Undefined reference to static constexpr string (except if it's... -2.03
Finding a max from a known list of variables WITHOUT using arrays +1.31
functions shall not be declared at block scope 0.00
Why doesn't 'QTextStream(stdout) << endl;' compil... 0.00
C++ equivalent syntax for a C# generic delegate, and usage with lam... +1.28
uninitialized int error code in C++ -0.56
std::getline with char* to strings +0.69
Subclassing stringstream gives "0x401bad ABC" instead of... 0.00
Where in the C++ Standard is `a = b + {1, 2}` disallowed in the sni... 0.00
C++ How to Initialize member object? +0.44
How do i get the variable defined in my boolean statement to work i... +0.60
"function returning a function" when inheriting construct... +2.28
How do I pass standard generators to STL functions? 0.00
Regexp newbie stuff 0.00
How to use boost::preprocessor to unzip a sequence? -1.22
Is variadic macro subsitution for every argument possible? -2.66
Is it valid to cast from A* to B* via dynamic_cast when A and B hav... -0.20