StackRating

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

Max Langhof

Rating
1614.64 (1,263rd)
Reputation
11,113 (13,467th)
Page: 1 2 3 4 5 6 ... 10
Title Δ
Understanding the as-if rule, "the program was executed as wri... +0.80
C++ program crashes at delete only when character array gets the in... 0.00
std::function, literal types and templates -2.22
How does a C++ string class transforms a variable to another variab... +0.99
C++ all arrangements of a set of strings +1.87
How to affect protected base variable in derived class +1.96
Destructors on classes returned by functions -1.30
Why does memcpy to int not work after calling memcpy to bool value -1.57
Decomposing floating-point division into integer and fractional part +1.34
OOP for global system/task monitoring class 0.00
Initialize array of compile time defined size as constant expression -1.83
Code is working fine in my system but coursera autograder is giving... +0.96
std::enable_if cannot be used to disable this declaration -1.19
Why doesn't VS autocomplete when I am using templates? -0.47
Wrapper for templated functions +0.77
C++ expression templates lifetime -2.40
When does the for loop increment occur in this recursive function? 0.00
How to avoid retyping type information for aggregate initialization? 0.00
Is it possible to declare a constexpr pointer instead of a pointer... 0.00
How to find an element in std::map with structures that has at leas... +0.36
Why does omp_set_dynamic(1) never adjust the number of threads (in... 0.00
Function is called twice from the same thread for the same object w... 0.00
Why must std::visit have a single return type? +1.99
Combine multiple vectors (results of function) into one with template 0.00
Is using type aliases for STL Containers bad practice if your team... +0.51
Is -Wreturn-std-move clang warning correct in case of objects in th... -1.24
Switch on template argument: does gcc remove the switch? +1.89
Delayed update with proxy objects vs. "Avoid unnamed objects w... +0.53
Avoiding copies in conversion operator to a subset of base classes 0.00
Where could I find all the C++ decimal type indicator? -1.04
How Vector allocation using push_back() and pop_back operation give... +1.23
passing a rvalue vs lvalue vector -0.09
The relevance of scopes in conjunction with compiler optimization -2.50
Static initialization for complex type array +0.37
Using operators from different namespaces in std::find 0.00
How can I use std::bitset while the number is larger than the max n... -0.38
How to prevent SIGABRT from occuring when allocating an array of in... 0.00
Asynchronous writing to a bit array 0.00
Is it possible to write a constexpr rounding function for AVR? +0.36
Deferred make_unique with variadic templates +0.61
is assigning two doubles guaranteed to yield the same bitset patter... +2.28
Trouble with finding floor(log2(int)) using binary search in O(log2... +1.11
Effective bidirectional scoped enum mapping -0.66
cartToPolar returns not enough distinct angles 0.00
C++11 type alias of std::array with operators -2.51
Replacing a function with a lambda in C++ +2.78
Eigen sum(), colwise().sum().sum() and rowwise().sum().sum() all gi... 0.00
C++ value representation of non-trivially-copyable types 0.00
Difference between binary to float conversion in C# and C/C++ +0.36
Weird behavior in struct destruction +0.07