StackRating

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

Baum mit Augen

Rating
1693.59 (181st)
Reputation
42,120 (2,594th)
Page: 1 2 3 4 ... 14
Title Δ
How to use addition in long long int? +0.25
Why auto is not allowed as function argument? +0.99
Define generic comparison operator +0.53
Use static cast because dynamic cast fails. Bad practice? +1.25
Is std::vector::clear()-ing an inner vector of a 2-D vector thread... 0.00
Switch in constexpr function 0.00
Is it safe to swap uninitialized members in C++? 0.00
Why isn't automatic downcasting applied to template functions? 0.00
Return Optional value with ?: operator -1.26
Is printing of a member pointer to an int defined -2.63
Official term for "overriding" a non-virtual method +0.26
Is a whole number float divided by itself guaranteed to be 1.f? -2.29
Char comparison with 0xFF returns false even when it is equal to it... -0.49
accessing struct members in array like manner: padding in structs d... -0.16
How is a template function evaluated by a compiler? +1.31
Lambda capture an array element failed +0.27
Do we need to define bucket count number when construct unordered_m... -0.95
Is deleting the tail of a vector (through erase) memory efficient? +0.25
Is passing a bool by value guaranteed to be efficient? 0.00
Can reallocation happen to a vector before the size reaches the res... +0.26
Does C++ allow any integer literal to be implicitly converted to a... +1.14
Why does defining inline global function in 2 different cpp files c... +0.20
Why am I allowed to set end() for std::vector? +1.50
ISO C++11 does not allow conversion from string to char 0.00
Is there a documented way to reset the lambda parameter on an exist... 0.00
Why does returning lambdas between branches of ternary operator wor... +1.28
What is the operator "" in C++? +0.80
In C++ (class), do I always need to declare function in the header... +1.61
How can several comparisons be slower than some calculations? +0.25
Are re-initialized classes in the same memory location as the initi... 0.00
How does std::set comparator function work? +0.48
Compilation error when using vector from Stroustrup's PPP book... -1.43
Does memcpy preserve data between different types? -2.54
C++14 lambda's default argument type deduction depending on pre... +1.04
Why int a; a = std::max(a, x) doesn't emit "uninitialized&... -1.94
Container of struct containing primitive type, zero initialized? +0.23
-O2 optimization does not go out of the loop if reading large file 0.00
Access variable that was overwritten within given scope via functio... 0.00
Should I use volatile c++? +1.03
C++ : parentheses ignored when evaluating sequential operators +0.26
Dynamic allocation of class array with protected destructor -0.62
Is there a difference between unary - and n - +1.33
std::sort algorithms memory usage 0.00
Write to ofstream followed by read with ifstream doesn't read e... 0.00
Why this call to isnan is NOT ambiguous? a.k.a. keyword using intro... 0.00
std::vector< T >::iterator with accessible constructor +0.81
Are all pointers considered iterators? 0.00
QR decomposition in C++ by LAPACK 0.00
variadic macro to generate a vector of strings from a collection of... +0.26
Idiom to initialize C++ class to zero +1.17