StackRating

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

uh oh somebody needs a pupper

Rating
1490.41 (4,409,429th)
Reputation
2,864 (59,029th)
Page: 1 2
Title Δ
Why am I able to assign a function reference to an anonymous functi... 0.00
What exactly is a "Predefined Function"? +5.88
What are optimisations enabled by -Og level in G++? 0.00
Why does std::sort appears to alternate the values in the vector -4.08
Is libstdc++ wrong to reject assignment of volatile rvalue to std::... +0.05
Throwing exception vs return code -1.01
What kind of C++ template programming can be called "meta prog... +0.98
Is there a c++ temporary rvalue for constants +0.81
When does it make sense to have separate implementations for operat... -3.66
Point of instantiation of a template class 0.00
Why "auto" cannot accept braced-init-list when deducing r... -3.29
Why are top level Constants ignored while copying objects? +4.13
Array initialization by constexpr 0.00
Is this a bug in dependent name resolution in MSVC? 0.00
Is type_info not a part of RTTI? -4.41
string_char_traits<char> in C++11 for GNU/G++ 4.9 (earlier 2.... 0.00
Static const without initializer -2.70
std::experimental::optional inside constexpr function -0.29
Is capacity copied in a vector? +4.32
C++ Performance Challenge: string to integer conversion 0.00
How to avoid system standard C/C++ library on linux? -3.24
Is it possible to use C++11 ABI _and_ both cxx11-style and old-styl... 0.00
Initializing static data member from non-static member 0.00
gcc 4.7 on Fedora 23 with gcc 5.3.1 0.00
Isn't this const auto& redundant? -0.89
Can we overload sprintf in g++ implementation? +3.90
Initializing reference to istream -3.66
Is the C++ Standard-Library fully supported on Arduino? 0.00
Why can't I resolve a constant expression after increasing -fco... +1.14
Constexpr typedef 0.00
If nullptr_t isn't a keyword, why are char16_t and char32_t? -3.03
Understanding pointer cast -3.42
shared_ptr assignment notation implicit conversion +3.88
ios_base::sync_with_stdio(false) does not work between two inputs f... 0.00
constant elements vs. constant array +4.25
Ambiguity in a fully qualified static member variable 0.00
Is there anyway I can prevent throw from calling malloc -3.11
Function template overloading difference +1.02
Is there a builtin alternative to std::put_time for GCC <5? -4.73
C++ double to hex console output need help in resolving 0.00
Why `s.clear(ios::badbit);` below? Why not `s.clear(ios::failbit);`? +4.12
typedef a specialized nested template 0.00
If a variable is allocated on the stack in an inline function using... -4.04
Reinterpret cast a template non-type parameter: clang c++14 vs c++1z 0.00
Variadic Templates example -1.42
C++ concept with friend-like access 0.00
No error for negative-size array +5.30
C preprocessor macro replacement -2.39
How to catch a duplicate like `-Wduplicated-cond` from GCC-6 0.00
Is this (auto && elem : v) syntax simple C++? what compiler... +3.17