StackRating

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

Simple

Rating
1581.39 (2,896th)
Reputation
10,863 (13,841st)
Page: 1 2 3 4
Title Δ
Equivalent of .values() of enum from Java in C++ 0.00
automatic decay of lambda to function pointer when passing to templ... +3.52
Trying to use doubles in C++. Not sure where I'm going wrong +2.19
How to iterate through a list of objects in c++ +3.12
How pointer pointee value returned without dereferencing pointer? +2.17
Why can't I emplace multiple elements in a sequence? +3.63
LNK2019 error when creating an instance of templated class in main 0.00
const_cast an rvalue to const ref -4.05
Call functions polymorphically outside of polymorphic objects +3.17
performance of `std::string` really bad compared to C-string (`mall... 0.00
How can i call function with structure in c++ +3.46
Use one class from two different namespaces -1.00
C++11 alternative to boost::checked_delete +4.64
syntax for declaring templated function pointer in C++ with keyword... 0.00
Elegant time print in C++11 +3.25
Converting std::unique_ptr<Derived> to std::unique_ptr<Bas... +3.31
How to pass an environment variable containing a string and quotati... 0.00
Why second statement is printing hex value +1.05
Which is more optimal: `new` or `calloc`? +0.70
Replace macro with a function / template -2.48
Why is this cast to bool required? +3.51
C++ check if item is in a array -3.60
Concatenating strings (and numbers) in variadic template function +3.40
How can I initialize an array in compile-time with some elements gi... +3.62
Moving arguments or passing them the usual C++98/03 way? +1.73
std::remove_if and std::isspace - compile-time error +0.10
What is the best way to tokenize a string in C++? +2.96
The order of override and noexcept in the standard -1.86
How to specialize class template based on boolean metafunction? 0.00
How to detect type of expression? +3.20
How do i write a hash function in C++? +3.46
Converting "normal" std::string to utf-8 0.00
Can I handle class as objects in C++ +3.45
How to detect blank lines from istream in c++11? 0.00
How numbers are stored? +0.13
Getting the error:missing template arguments before '(' token 0.00
How to expand macro value to wide string? 0.00
How to parse a date string into a c++11 std::chrono time_point or s... 0.00
How can you use a reverse iterator with an iterator that is a proxy -0.31
Finding minimum and maximum efficiently +3.98
Is-braces-constructible type trait 0.00
Can I overload functions with type-traits? +2.44
Implementing min() and max() in Clang without double evaluation +0.03
Expand macro inside string literal +3.87
Get type for index in tuple during runtime -3.23
How is moving a const returned object possible? -1.65
Non-class type error on invocation of a member class -3.72
constexpr error at compile-time, but no overhead at run-time +0.29
C++ passing vector<Class*> to template member -0.64
Is it possible to define an implementation template specialization... +4.05