StackRating

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

luk32

Rating
1514.43 (47,178th)
Reputation
12,623 (11,580th)
Page: 1 2 3 ... 9
Title Δ
Execution time and checking stream state in c++ 0.00
std::is_trivially_xxx which one imply another 0.00
wrap up a block of code to a compile-time value 0.00
Implementing compositional behaviour for virtual methods +0.32
Using operator<< with boost iostreams compression filters 0.00
How many temporary objects are created in this initialization? +0.34
Does C++ guarantees it is safe to access adjacent elements of an ar... +1.55
How to use continue for a while loop in a nested for loop -1.45
Disable copy elision in C++ +0.03
A move constructor is not invoked as expected +0.48
If there's an if-constexpr, how come there's no switch-cons... -0.35
standard template for returning a value with a boolean result flag +2.11
Exact moment of "return" in a C++-function +1.04
Good practice to write binary stream to either a file or stdout 0.00
Confusion about order of constructor call and virtual base class +0.75
What is performance difference between different class or struct in... 0.00
Is it safe to have just C++17 compatibility in a project? +0.13
C++ Templates: Type parameter to check validation 0.00
Problem with special characters with RegEx in C++ +1.97
I cannot access element by type in tuple created with forward_as_tu... 0.00
What problem does it solve that for not non-vacuous initialization,... +2.47
How to tell if `constexpr` is evaluated at compile time (without ma... 0.00
Parallelism with std::async launch not happening , same thread is e... +2.82
C++ ofstream vs basic_ofstream -1.59
how to find the time at which modified string will be equal to orig... -0.73
enable_if using a constexpr bool test not working +2.51
What backward compatibility needs assignment for rvalues? +2.15
How to improve std::tuple with vacant fields? 0.00
Creating an object from instances of the classes it (multiply) inhe... +0.95
c++17 how to write is_pointer_pointer generic lambda? 0.00
Constructor for `const` object +1.02
Reasons to return reference to std::unique_ptr +0.62
Can I rely on named return value optimisation for complicated retur... -0.18
C++ How can I predefine a constructor parameter when specializing a... -0.11
Why loops in inline function cannot be properly auto-vectorized? +0.03
C++: Force separate instances of a class for code protection 0.00
How to set parameters of a uniform distribution in C++? +2.64
Python tar.add files but omit parent directories 0.00
MISRA C++ Rule 14-5-1: Name of generic function template declared i... -1.46
C++ Struct fails POD test 0.00
What is the effect of ordering if...else if statements by probabili... +0.66
Why does TypeError appear occasionally? 0.00
Request explanation on the behaviour of pointers in array -0.32
How does void* work as a universal reference type? +0.17
Why are so many string types in C++? +1.14
Is this-> mandatory to access Base<T> identifiers from der... -0.86
How to add a node in front of boost property_tree 0.00
How to print histogram of ordered C++ string array? -0.25
Accessing Boolean values by parsing JSON file using boost property... +0.61
what does b = a[::-1] mean , if given a=range(0,5)? +1.40