StackRating

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

Andy Prowl

Rating
1810.24 (5th)
Reputation
102,850 (707th)
Page: 1 ... 22 23 24 25 26 ... 31
Title Δ
Is std::equal_to guaranteed to call operator== by default? +2.10
How can I find the first element of a map where key is greater than... -0.02
When is a vector copied, when is a reference passed? +2.13
Template specialization syntax error? Not sure 0.00
initialization ignores constructor templates +0.61
How do I bind a member function template passing unspecified call w... -2.53
Use global variable declared in header by more C++ files +0.27
C++ private members accessible? -1.45
C++11: source type is not polymorphic -1.35
no matching function for call to ' ' -1.93
Iterate through part of a map in C++ +0.27
C++: Is it legal to declare a method virtual in a derived class whe... +1.30
Typedef with template parameter in C++ +1.69
Exception handling and coercion -0.64
how to call a templetized vector of records 0.00
std::make_pair : cannot convert 'ch' (type 'char') to type 'char&am... 0.00
Template specialization for two types 0.00
What can stay between "struct" and "{" except t... +1.50
wrong-looking compile error invoking template member function of te... 0.00
Unresolved External Symbol when initializing pointer to a template +0.90
Proper use of header in C++ -1.70
GCC 4.7.2: std::thread with pointer to member function 0.00
std::thread with pointer to data member 0.00
c++ Expected primary-expression error with vectors +1.20
Template Static library with template instantiation 0.00
Should I always replace 'const int' with 'constexpr int' in C++11 w... 0.00
Storing value before return in a variable +0.28
template function for multiple containers and data types -1.25
overriding with instances in std::initializer_list 0.00
Getting an error, or at least a warning, when using a variable that... +1.19
move semantic and struct 0.00
"Identifier is undefined" error in accessing "protec... +1.24
template-argument-reduction for return type +0.33
Should a unique_ptr have a nullptr value? 0.00
Make variadic function which takes arbitary functors and returns a... +2.00
Better syntax to bind function to type? 0.00
Order of Vector elements for C++ +1.45
What's faster...Loop or division? +0.81
copy constructor called twice -0.13
Can enum class be nested? +0.77
Variadic function dosen't accept string objects +0.28
Header files and multiple class usage (EDIT: forward declarations) +0.70
copy constructor of a class which has an user-defined class member +1.12
Writing a manipulator for a custom stream class 0.00
Nested Classes variable calls -0.21
How should I rectify the error "reference to 'p' is ambiguous&... +0.11
Variable x equals a or b +1.25
Vector Resize vs Reserve for nested vectors +1.66
What is the result of decltype("Hello")? 0.00
How can I decide at runtime which derived class to use as a private... +0.28